#64183A

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

Shades of Pompadour #64183A

Tints of Pompadour #64183A

Color information

#64183A (or 0x64183A) is unknown color: approx Pompadour. HEX triplet: 64, 18 and 3A. RGB value is (100,24,58). Sum of RGB (Red+Green+Blue) = 100+24+58=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64183A is #9BE7C5. Grayscale: #323232. Windows color (decimal): -10217414 or 3807332. OLE color: 3807332.

HSL color Cylindrical-coordinate representation of color #64183A: hue angle of 333.16º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64183A is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB1002458-
CMYK00.760.420.61
HSL333.16º61.29%24.31%-
HSV(B)333.16º76%39.22%-
XYZ6.353.674.38-
YUV50.6132.18163.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=54.95%
G=13.19%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100245800.760.420.61333.1661.2924.31
Hex64183A04C2A3D14d3d18
Octal1443072011452755157530
Binary1100100110001110100100110010101011110110100110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64183A; }

 p { color: rgb(100,24,58); }

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

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

 a { background-color: rgb(100,24,58); }

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

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

 span { border-color: rgb(100,24,58); }

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