#651936

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

Shades of Pompadour #651936

Tints of Pompadour #651936

Color information

#651936 (or 0x651936) is unknown color: approx Pompadour. HEX triplet: 65, 19 and 36. RGB value is (101,25,54). Sum of RGB (Red+Green+Blue) = 101+25+54=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #651936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651936 is #9AE6C9. Grayscale: #323232. Windows color (decimal): -10151626 or 3545445. OLE color: 3545445.

HSL color Cylindrical-coordinate representation of color #651936: hue angle of 337.11º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651936 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.60.

Color convert

RGB1012554-
CMYK00.750.470.60
HSL337.11º60.32%24.71%-
HSV(B)337.11º75.25%39.61%-
XYZ6.383.733.87-
YUV51.03129.68163.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.11%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 54 (21.48% from 255) = 30%
R=56.11%
G=13.89%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101255400.750.470.60337.1160.3224.71
Hex65193604B2F3C1513c19
Octal1453166011357745217431
Binary1100101110011101100100101110111111110010101000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651936; }

 p { color: rgb(101,25,54); }

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

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

 a { background-color: rgb(101,25,54); }

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

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

 span { border-color: rgb(101,25,54); }

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