#6D1B3B

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

Shades of Pompadour #6D1B3B

Tints of Pompadour #6D1B3B

Color information

#6D1B3B (or 0x6D1B3B) is unknown color: approx Pompadour. HEX triplet: 6D, 1B and 3B. RGB value is (109,27,59). Sum of RGB (Red+Green+Blue) = 109+27+59=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B3B is #92E4C4. Grayscale: #373737. Windows color (decimal): -9626821 or 3873645. OLE color: 3873645.

HSL color Cylindrical-coordinate representation of color #6D1B3B: hue angle of 336.59º 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 #6D1B3B is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB1092759-
CMYK00.750.460.57
HSL336.59º60.29%26.67%-
HSV(B)336.59º75.23%42.75%-
XYZ7.494.354.58-
YUV55.17130.17166.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.90%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=55.90%
G=13.85%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109275900.750.460.57336.5960.2926.67
Hex6D1B3B04B2E391513c1b
Octal1553373011356715217433
Binary1101101110111110110100101110111011100110101000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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