#641937

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

Shades of Pompadour #641937

Tints of Pompadour #641937

Color information

#641937 (or 0x641937) is unknown color: approx Pompadour. HEX triplet: 64, 19 and 37. RGB value is (100,25,55). Sum of RGB (Red+Green+Blue) = 100+25+55=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #641937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641937 is #9BE6C8. Grayscale: #323232. Windows color (decimal): -10217161 or 3610980. OLE color: 3610980.

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

Color convert

RGB1002555-
CMYK00.750.450.61
HSL336º60%24.51%-
HSV(B)336º75%39.22%-
XYZ6.293.683.99-
YUV50.84130.35163.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.56%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 55 (21.88% from 255) = 30.56%
R=55.56%
G=13.89%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100255500.750.450.613366024.51
Hex64193704B2D3D1503c19
Octal1443167011355755207431
Binary1100100110011101110100101110110111110110101000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641937; }

 p { color: rgb(100,25,55); }

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

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

 a { background-color: rgb(100,25,55); }

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

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

 span { border-color: rgb(100,25,55); }

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