#651F47

Color #651F47 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #651F47

Tints of Pompadour #651F47

Color information

#651F47 (or 0x651F47) is unknown color: approx Pompadour. HEX triplet: 65, 1F and 47. RGB value is (101,31,71). Sum of RGB (Red+Green+Blue) = 101+31+71=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #651F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651F47 is #9AE0B8. Grayscale: #383838. Windows color (decimal): -10150073 or 4661093. OLE color: 4661093.

HSL color Cylindrical-coordinate representation of color #651F47: hue angle of 325.71º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #651F47 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1013171-
CMYK00.690.300.60
HSL325.71º53.03%25.88%-
HSV(B)325.71º69.31%39.61%-
XYZ6.994.26.4-
YUV56.49136.19159.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=49.75%
G=15.27%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101317100.690.300.60325.7153.0325.88
Hex651F470451E3C146351a
Octal14537107010536745066532
Binary1100101111111000111010001011111011110010100011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651F47; }

 p { color: rgb(101,31,71); }

 H1.HeaderClassName
 {
   color: #651F47;
 }
 .AnyTagClassName
 {
   color: #651F47;
 }
</style>
background-color css

<style>
 a { background-color: #651F47; }

 a { background-color: rgb(101,31,71); }

 div.DivClassName
 {
   background-color: #651F47;
 }
 .BgClassName
 {
   background-color: #651F47;
 }
</style>
border-color css

<style>
 span { border-color: #651F47; }

 span { border-color: rgb(101,31,71); }

 td.TdClassName
 {
   border-color: #651F47;
 }
 .TagClassName
 {
   border-color: #651F47;
 }
</style>