#6B2542

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

Shades of Pompadour #6B2542

Tints of Pompadour #6B2542

Color information

#6B2542 (or 0x6B2542) is unknown color: approx Pompadour. HEX triplet: 6B, 25 and 42. RGB value is (107,37,66). Sum of RGB (Red+Green+Blue) = 107+37+66=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2542 is #94DABD. Grayscale: #3D3D3D. Windows color (decimal): -9755326 or 4334955. OLE color: 4334955.

HSL color Cylindrical-coordinate representation of color #6B2542: hue angle of 335.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B2542 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB1073766-
CMYK00.650.380.58
HSL335.14º48.61%28.24%-
HSV(B)335.14º65.42%41.96%-
XYZ7.714.845.68-
YUV61.24130.69160.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.95%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=50.95%
G=17.62%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107376600.650.380.58335.1448.6128.24
Hex6B2542041263A14f311c
Octal15345102010146725176134
Binary110101110010110000100100000110011011101010100111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,37,66); }

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

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

 a { background-color: rgb(107,37,66); }

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

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

 span { border-color: rgb(107,37,66); }

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