#66202F

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

Shades of Claret #66202F

Tints of Claret #66202F

Color information

#66202F (or 0x66202F) is unknown color: approx Claret. HEX triplet: 66, 20 and 2F. RGB value is (102,32,47). Sum of RGB (Red+Green+Blue) = 102+32+47=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66202F is #99DFD0. Grayscale: #363636. Windows color (decimal): -10084305 or 3088486. OLE color: 3088486.

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

Color convert

RGB1023247-
CMYK00.690.540.6
HSL347.14º52.24%26.27%-
HSV(B)347.14º68.63%40%-
XYZ6.514.063.13-
YUV54.64123.69161.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=56.35%
G=17.68%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102324700.690.540.6347.1452.2426.27
Hex66202F045363C15b341a
Octal1464057010566745336432
Binary11001101000001011110100010111011011110010101101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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