#6B2441

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

Shades of Pompadour #6B2441

Tints of Pompadour #6B2441

Color information

#6B2441 (or 0x6B2441) is unknown color: approx Pompadour. HEX triplet: 6B, 24 and 41. RGB value is (107,36,65). Sum of RGB (Red+Green+Blue) = 107+36+65=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2441 is #94DBBE. Grayscale: #3C3C3C. Windows color (decimal): -9755583 or 4269163. OLE color: 4269163.

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

Color convert

RGB1073665-
CMYK00.660.390.58
HSL335.49º49.65%28.04%-
HSV(B)335.49º66.36%41.96%-
XYZ7.654.775.52-
YUV60.54130.52161.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.44%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=51.44%
G=17.31%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107366500.660.390.58335.4949.6528.04
Hex6B2441042273A14f321c
Octal15344101010247725176234
Binary110101110010010000010100001010011111101010100111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,36,65); }

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

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

 a { background-color: rgb(107,36,65); }

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

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

 span { border-color: rgb(107,36,65); }

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