#67113F

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

Shades of Pompadour #67113F

Tints of Pompadour #67113F

Color information

#67113F (or 0x67113F) is unknown color: approx Pompadour. HEX triplet: 67, 11 and 3F. RGB value is (103,17,63). Sum of RGB (Red+Green+Blue) = 103+17+63=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #67113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67113F is #98EEC0. Grayscale: #2F2F2F. Windows color (decimal): -10022593 or 4133223. OLE color: 4133223.

HSL color Cylindrical-coordinate representation of color #67113F: hue angle of 327.91º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67113F is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB1031763-
CMYK00.830.390.60
HSL327.91º71.67%23.53%-
HSV(B)327.91º83.5%40.39%-
XYZ6.693.645.05-
YUV47.96136.49167.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.28%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 63 (25% from 255) = 34.43%
R=56.28%
G=9.29%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103176300.830.390.60327.9171.6723.53
Hex67113F053273C1484818
Octal14721770123477451011030
Binary11001111000111111101010011100111111100101001000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67113F; }

 p { color: rgb(103,17,63); }

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

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

 a { background-color: rgb(103,17,63); }

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

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

 span { border-color: rgb(103,17,63); }

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