#6C133F

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

Shades of Pompadour #6C133F

Tints of Pompadour #6C133F

Color information

#6C133F (or 0x6C133F) is unknown color: approx Pompadour. HEX triplet: 6C, 13 and 3F. RGB value is (108,19,63). Sum of RGB (Red+Green+Blue) = 108+19+63=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C133F is #93ECC0. Grayscale: #323232. Windows color (decimal): -9694401 or 4133740. OLE color: 4133740.

HSL color Cylindrical-coordinate representation of color #6C133F: hue angle of 330.34º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C133F is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB1081963-
CMYK00.820.420.58
HSL330.34º70.08%24.9%-
HSV(B)330.34º82.41%42.35%-
XYZ7.314.015.09-
YUV50.63134.99168.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.84%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 63 (25% from 255) = 33.16%
R=56.84%
G=10%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108196300.820.420.58330.3470.0824.9
Hex6C133F0522A3A14a4619
Octal15423770122527251210631
Binary11011001001111111101010010101010111010101001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,63); }

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

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

 a { background-color: rgb(108,19,63); }

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

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

 span { border-color: rgb(108,19,63); }

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