#6C244B

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

Shades of Pompadour #6C244B

Tints of Pompadour #6C244B

Color information

#6C244B (or 0x6C244B) is unknown color: approx Pompadour. HEX triplet: 6C, 24 and 4B. RGB value is (108,36,75). Sum of RGB (Red+Green+Blue) = 108+36+75=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C244B is #93DBB4. Grayscale: #3D3D3D. Windows color (decimal): -9690037 or 4924524. OLE color: 4924524.

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

Color convert

RGB1083675-
CMYK00.670.310.58
HSL327.5º50%28.24%-
HSV(B)327.5º66.67%42.35%-
XYZ8.094.967.19-
YUV61.97135.35160.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.32%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=49.32%
G=16.44%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108367500.670.310.58327.55028.24
Hex6C244B0431F3A148321c
Octal15444113010337725106234
Binary11011001001001001011010000111111111101010100100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,36,75); }

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

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

 a { background-color: rgb(108,36,75); }

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

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

 span { border-color: rgb(108,36,75); }

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