#6C1B3B

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

Shades of Pompadour #6C1B3B

Tints of Pompadour #6C1B3B

Color information

#6C1B3B (or 0x6C1B3B) is unknown color: approx Pompadour. HEX triplet: 6C, 1B and 3B. RGB value is (108,27,59). Sum of RGB (Red+Green+Blue) = 108+27+59=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1B3B is #93E4C4. Grayscale: #363636. Windows color (decimal): -9692357 or 3873644. OLE color: 3873644.

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

Color convert

RGB1082759-
CMYK00.750.450.58
HSL336.3º60%26.47%-
HSV(B)336.3º75%42.35%-
XYZ7.374.294.58-
YUV54.87130.34165.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.67%
GREEN value IS 27 (10.94% from 255) = 13.92%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=55.67%
G=13.92%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108275900.750.450.58336.36026.47
Hex6C1B3B04B2D3A1503c1a
Octal1543373011355725207432
Binary1101100110111110110100101110110111101010101000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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