#66212F

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

Shades of Claret #66212F

Tints of Claret #66212F

Color information

#66212F (or 0x66212F) is unknown color: approx Claret. HEX triplet: 66, 21 and 2F. RGB value is (102,33,47). Sum of RGB (Red+Green+Blue) = 102+33+47=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66212F is #99DED0. Grayscale: #373737. Windows color (decimal): -10084049 or 3088742. OLE color: 3088742.

HSL color Cylindrical-coordinate representation of color #66212F: hue angle of 347.83º 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 #66212F is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1023347-
CMYK00.680.540.6
HSL347.83º51.11%26.47%-
HSV(B)347.83º67.65%40%-
XYZ6.544.123.14-
YUV55.23123.36161.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=56.04%
G=18.13%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102334700.680.540.6347.8351.1126.47
Hex66212F044363C15c331a
Octal1464157010466745346332
Binary11001101000011011110100010011011011110010101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66212F; }

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

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

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

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

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

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

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

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