#661333

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

Shades of Claret #661333

Tints of Claret #661333

Color information

#661333 (or 0x661333) is unknown color: approx Claret. HEX triplet: 66, 13 and 33. RGB value is (102,19,51). Sum of RGB (Red+Green+Blue) = 102+19+51=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #661333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661333 is #99ECCC. Grayscale: #2F2F2F. Windows color (decimal): -10087629 or 3347302. OLE color: 3347302.

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

Color convert

RGB1021951-
CMYK00.810.50.6
HSL336.87º68.6%23.73%-
HSV(B)336.87º81.37%40%-
XYZ6.313.533.48-
YUV47.46130166.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=59.30%
G=11.05%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102195100.810.50.6336.8768.623.73
Hex661333051323C1514518
Octal14623630121627452110530
Binary11001101001111001101010001110010111100101010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661333; }

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

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

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

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

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

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

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

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