#662032

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

Shades of Claret #662032

Tints of Claret #662032

Color information

#662032 (or 0x662032) is unknown color: approx Claret. HEX triplet: 66, 20 and 32. RGB value is (102,32,50). Sum of RGB (Red+Green+Blue) = 102+32+50=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #662032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662032 is #99DFCD. Grayscale: #363636. Windows color (decimal): -10084302 or 3285094. OLE color: 3285094.

HSL color Cylindrical-coordinate representation of color #662032: hue angle of 344.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662032 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB1023250-
CMYK00.690.510.6
HSL344.57º52.24%26.27%-
HSV(B)344.57º68.63%40%-
XYZ6.574.093.46-
YUV54.98125.19161.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=55.43%
G=17.39%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102325000.690.510.6344.5752.2426.27
Hex662032045333C159341a
Octal1464062010563745316432
Binary11001101000001100100100010111001111110010101100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662032; }

 p { color: rgb(102,32,50); }

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

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

 a { background-color: rgb(102,32,50); }

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

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

 span { border-color: rgb(102,32,50); }

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