#64202F

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

Shades of Claret #64202F

Tints of Claret #64202F

Color information

#64202F (or 0x64202F) is unknown color: approx Claret. HEX triplet: 64, 20 and 2F. RGB value is (100,32,47). Sum of RGB (Red+Green+Blue) = 100+32+47=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #64202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64202F is #9BDFD0. Grayscale: #363636. Windows color (decimal): -10215377 or 3088484. OLE color: 3088484.

HSL color Cylindrical-coordinate representation of color #64202F: hue angle of 346.76º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64202F is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB1003247-
CMYK00.680.530.61
HSL346.76º51.52%25.88%-
HSV(B)346.76º68%39.22%-
XYZ6.293.953.12-
YUV54.04124.03160.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.87%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=55.87%
G=17.88%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100324700.680.530.61346.7651.5225.88
Hex64202F044353D15b341a
Octal1444057010465755336432
Binary11001001000001011110100010011010111110110101101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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