#6B1438

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

Shades of Pompadour #6B1438

Tints of Pompadour #6B1438

Color information

#6B1438 (or 0x6B1438) is unknown color: approx Pompadour. HEX triplet: 6B, 14 and 38. RGB value is (107,20,56). Sum of RGB (Red+Green+Blue) = 107+20+56=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1438 is #94EBC7. Grayscale: #323232. Windows color (decimal): -9759688 or 3675243. OLE color: 3675243.

HSL color Cylindrical-coordinate representation of color #6B1438: hue angle of 335.17º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1438 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB1072056-
CMYK00.810.480.58
HSL335.17º68.5%24.9%-
HSV(B)335.17º81.31%41.96%-
XYZ7.033.914.13-
YUV50.12131.32168.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.47%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=58.47%
G=10.93%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107205600.810.480.58335.1768.524.9
Hex6B1438051303A14f4519
Octal15324700121607251710531
Binary11010111010011100001010001110000111010101001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B1438; }

 p { color: rgb(107,20,56); }

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

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

 a { background-color: rgb(107,20,56); }

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

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

 span { border-color: rgb(107,20,56); }

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