#661633

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

Shades of Claret #661633

Tints of Claret #661633

Color information

#661633 (or 0x661633) is unknown color: approx Claret. HEX triplet: 66, 16 and 33. RGB value is (102,22,51). Sum of RGB (Red+Green+Blue) = 102+22+51=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #661633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661633 is #99E9CC. Grayscale: #313131. Windows color (decimal): -10086861 or 3348070. OLE color: 3348070.

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

Color convert

RGB1022251-
CMYK00.780.50.6
HSL338.25º64.52%24.31%-
HSV(B)338.25º78.43%40%-
XYZ6.363.643.5-
YUV49.23129165.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=58.29%
G=12.57%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102225100.780.50.6338.2564.5224.31
Hex66163304E323C1524118
Octal14626630116627452210130
Binary11001101011011001101001110110010111100101010010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661633; }

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

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

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

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

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

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

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

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