#6C1B42

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

Shades of Pompadour #6C1B42

Tints of Pompadour #6C1B42

Color information

#6C1B42 (or 0x6C1B42) is unknown color: approx Pompadour. HEX triplet: 6C, 1B and 42. RGB value is (108,27,66). Sum of RGB (Red+Green+Blue) = 108+27+66=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1B42 is #93E4BD. Grayscale: #373737. Windows color (decimal): -9692350 or 4332396. OLE color: 4332396.

HSL color Cylindrical-coordinate representation of color #6C1B42: hue angle of 331.11º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1B42 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB1082766-
CMYK00.750.390.58
HSL331.11º60%26.47%-
HSV(B)331.11º75%42.35%-
XYZ7.564.375.6-
YUV55.66133.84165.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.73%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=53.73%
G=13.43%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108276600.750.390.58331.116026.47
Hex6C1B4204B273A14b3c1a
Octal15433102011347725137432
Binary11011001101110000100100101110011111101010100101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,27,66); }

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

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

 a { background-color: rgb(108,27,66); }

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

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

 span { border-color: rgb(108,27,66); }

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