#661630

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

Shades of Claret #661630

Tints of Claret #661630

Color information

#661630 (or 0x661630) is unknown color: approx Claret. HEX triplet: 66, 16 and 30. RGB value is (102,22,48). Sum of RGB (Red+Green+Blue) = 102+22+48=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #661630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661630 is #99E9CF. Grayscale: #303030. Windows color (decimal): -10086864 or 3151462. OLE color: 3151462.

HSL color Cylindrical-coordinate representation of color #661630: hue angle of 340.5º 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 #661630 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1022248-
CMYK00.780.530.6
HSL340.5º64.52%24.31%-
HSV(B)340.5º78.43%40%-
XYZ6.33.613.16-
YUV48.88127.5165.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=59.30%
G=12.79%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102224800.780.530.6340.564.5224.31
Hex66163004E353C1544118
Octal14626600116657452410130
Binary11001101011011000001001110110101111100101010100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661630; }

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

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

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

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

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

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

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

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