#661530

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

Shades of Claret #661530

Tints of Claret #661530

Color information

#661530 (or 0x661530) is unknown color: approx Claret. HEX triplet: 66, 15 and 30. RGB value is (102,21,48). Sum of RGB (Red+Green+Blue) = 102+21+48=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #661530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661530 is #99EACF. Grayscale: #303030. Windows color (decimal): -10087120 or 3151206. OLE color: 3151206.

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

Color convert

RGB1022148-
CMYK00.790.530.6
HSL340º65.85%24.12%-
HSV(B)340º79.41%40%-
XYZ6.283.573.16-
YUV48.3127.84166.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=59.65%
G=12.28%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102214800.790.530.634065.8524.12
Hex66153004F353C1544218
Octal14625600117657452410230
Binary11001101010111000001001111110101111100101010100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661530; }

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

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

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

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

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

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

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

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