#6A2352

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

Shades of Pompadour #6A2352

Tints of Pompadour #6A2352

Color information

#6A2352 (or 0x6A2352) is unknown color: approx Pompadour. HEX triplet: 6A, 23 and 52. RGB value is (106,35,82). Sum of RGB (Red+Green+Blue) = 106+35+82=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2352 is #95DCAD. Grayscale: #3D3D3D. Windows color (decimal): -9821358 or 5383018. OLE color: 5383018.

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

Color convert

RGB1063582-
CMYK00.670.230.58
HSL320.28º50.35%27.65%-
HSV(B)320.28º66.98%41.57%-
XYZ8.074.888.5-
YUV61.59139.52159.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.53%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=47.53%
G=15.70%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106358200.670.230.58320.2850.3527.65
Hex6A2352043173A140321c
Octal15243122010327725006234
Binary11010101000111010010010000111011111101010100000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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