#662030

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

Shades of Claret #662030

Tints of Claret #662030

Color information

#662030 (or 0x662030) is unknown color: approx Claret. HEX triplet: 66, 20 and 30. RGB value is (102,32,48). Sum of RGB (Red+Green+Blue) = 102+32+48=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #662030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662030 is #99DFCF. Grayscale: #363636. Windows color (decimal): -10084304 or 3154022. OLE color: 3154022.

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

Color convert

RGB1023248-
CMYK00.690.530.6
HSL346.29º52.24%26.27%-
HSV(B)346.29º68.63%40%-
XYZ6.534.073.24-
YUV54.75124.19161.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=56.04%
G=17.58%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102324800.690.530.6346.2952.2426.27
Hex662030045353C15a341a
Octal1464060010565745326432
Binary11001101000001100000100010111010111110010101101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662030; }

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

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

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

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

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

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

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

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