#661533

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

Shades of Claret #661533

Tints of Claret #661533

Color information

#661533 (or 0x661533) is unknown color: approx Claret. HEX triplet: 66, 15 and 33. RGB value is (102,21,51). Sum of RGB (Red+Green+Blue) = 102+21+51=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #661533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661533 is #99EACC. Grayscale: #303030. Windows color (decimal): -10087117 or 3347814. OLE color: 3347814.

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

Color convert

RGB1022151-
CMYK00.790.50.6
HSL337.78º65.85%24.12%-
HSV(B)337.78º79.41%40%-
XYZ6.353.63.49-
YUV48.64129.34166.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=58.62%
G=12.07%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102215100.790.50.6337.7865.8524.12
Hex66153304F323C1524218
Octal14625630117627452210230
Binary11001101010111001101001111110010111100101010010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661533; }

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

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

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

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

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

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

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

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