#6D1B41

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

Shades of Pompadour #6D1B41

Tints of Pompadour #6D1B41

Color information

#6D1B41 (or 0x6D1B41) is unknown color: approx Pompadour. HEX triplet: 6D, 1B and 41. RGB value is (109,27,65). Sum of RGB (Red+Green+Blue) = 109+27+65=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B41 is #92E4BE. Grayscale: #373737. Windows color (decimal): -9626815 or 4266861. OLE color: 4266861.

HSL color Cylindrical-coordinate representation of color #6D1B41: hue angle of 332.2º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B41 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB1092765-
CMYK00.750.400.57
HSL332.2º60.29%26.67%-
HSV(B)332.2º75.23%42.75%-
XYZ7.654.425.45-
YUV55.85133.17165.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=54.23%
G=13.43%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109276500.750.400.57332.260.2926.67
Hex6D1B4104B283914c3c1b
Octal15533101011350715147433
Binary11011011101110000010100101110100011100110100110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,27,65); }

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

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

 a { background-color: rgb(109,27,65); }

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

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

 span { border-color: rgb(109,27,65); }

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