#662433

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

Shades of Claret #662433

Tints of Claret #662433

Color information

#662433 (or 0x662433) is unknown color: approx Claret. HEX triplet: 66, 24 and 33. RGB value is (102,36,51). Sum of RGB (Red+Green+Blue) = 102+36+51=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #662433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662433 is #99DBCC. Grayscale: #393939. Windows color (decimal): -10083277 or 3351654. OLE color: 3351654.

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

Color convert

RGB1023651-
CMYK00.650.50.6
HSL346.36º47.83%27.06%-
HSV(B)346.36º64.71%40%-
XYZ6.714.333.61-
YUV57.44124.37159.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=53.97%
G=19.05%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102365100.650.50.6346.3647.8327.06
Hex662433041323C15a301b
Octal1464463010162745326033
Binary11001101001001100110100000111001011110010101101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662433; }

 p { color: rgb(102,36,51); }

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

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

 a { background-color: rgb(102,36,51); }

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

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

 span { border-color: rgb(102,36,51); }

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