#662632

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

Shades of Claret #662632

Tints of Claret #662632

Color information

#662632 (or 0x662632) is unknown color: approx Claret. HEX triplet: 66, 26 and 32. RGB value is (102,38,50). Sum of RGB (Red+Green+Blue) = 102+38+50=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #662632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662632 is #99D9CD. Grayscale: #3A3A3A. Windows color (decimal): -10082766 or 3286630. OLE color: 3286630.

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

Color convert

RGB1023850-
CMYK00.630.510.6
HSL348.75º45.71%27.45%-
HSV(B)348.75º62.75%40%-
XYZ6.754.443.52-
YUV58.5123.2159.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=53.68%
G=20%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102385000.630.510.6348.7545.7127.45
Hex66263203F333C15d2e1b
Octal146466207763745355633
Binary1100110100110110010011111111001111110010101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662632; }

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

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

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

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

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

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

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

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