#662130

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

Shades of Claret #662130

Tints of Claret #662130

Color information

#662130 (or 0x662130) is unknown color: approx Claret. HEX triplet: 66, 21 and 30. RGB value is (102,33,48). Sum of RGB (Red+Green+Blue) = 102+33+48=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #662130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662130 is #99DECF. Grayscale: #373737. Windows color (decimal): -10084048 or 3154278. OLE color: 3154278.

HSL color Cylindrical-coordinate representation of color #662130: hue angle of 346.96º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662130 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1023348-
CMYK00.680.530.6
HSL346.96º51.11%26.47%-
HSV(B)346.96º67.65%40%-
XYZ6.564.133.25-
YUV55.34123.86161.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=55.74%
G=18.03%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102334800.680.530.6346.9651.1126.47
Hex662130044353C15b331a
Octal1464160010465745336332
Binary11001101000011100000100010011010111110010101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662130; }

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

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

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

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

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

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

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

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