#6C2352

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

Shades of Pompadour #6C2352

Tints of Pompadour #6C2352

Color information

#6C2352 (or 0x6C2352) is unknown color: approx Pompadour. HEX triplet: 6C, 23 and 52. RGB value is (108,35,82). Sum of RGB (Red+Green+Blue) = 108+35+82=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2352 is #93DCAD. Grayscale: #3E3E3E. Windows color (decimal): -9690286 or 5383020. OLE color: 5383020.

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

Color convert

RGB1083582-
CMYK00.680.240.58
HSL321.37º51.05%28.04%-
HSV(B)321.37º67.59%42.35%-
XYZ8.3158.51-
YUV62.18139.18160.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=48%
G=15.56%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108358200.680.240.58321.3751.0528.04
Hex6C2352044183A141331c
Octal15443122010430725016334
Binary11011001000111010010010001001100011101010100000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,35,82); }

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

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

 a { background-color: rgb(108,35,82); }

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

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

 span { border-color: rgb(108,35,82); }

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