#651D3B

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

Shades of Pompadour #651D3B

Tints of Pompadour #651D3B

Color information

#651D3B (or 0x651D3B) is unknown color: approx Pompadour. HEX triplet: 65, 1D and 3B. RGB value is (101,29,59). Sum of RGB (Red+Green+Blue) = 101+29+59=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #651D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651D3B is #9AE2C4. Grayscale: #353535. Windows color (decimal): -10150597 or 3874149. OLE color: 3874149.

HSL color Cylindrical-coordinate representation of color #651D3B: hue angle of 335º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #651D3B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1012959-
CMYK00.710.420.60
HSL335º55.38%25.49%-
HSV(B)335º71.29%39.61%-
XYZ6.63.964.55-
YUV53.95130.85161.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.44%
GREEN value IS 29 (11.72% from 255) = 15.34%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=53.44%
G=15.34%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101295900.710.420.6033555.3825.49
Hex651D3B0472A3C14f3719
Octal1453573010752745176731
Binary1100101111011110110100011110101011110010100111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,29,59); }

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

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

 a { background-color: rgb(101,29,59); }

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

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

 span { border-color: rgb(101,29,59); }

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