#64201F

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

Shades of Red Oxide #64201F

Tints of Red Oxide #64201F

Color information

#64201F (or 0x64201F) is unknown color: approx Red Oxide. HEX triplet: 64, 20 and 1F. RGB value is (100,32,31). Sum of RGB (Red+Green+Blue) = 100+32+31=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64201F is #9BDFE0. Grayscale: #343434. Windows color (decimal): -10215393 or 2039908. OLE color: 2039908.

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

Color convert

RGB1003231-
CMYK00.680.690.61
HSL0.87º52.67%25.69%-
HSV(B)0.87º69%39.22%-
XYZ6.023.841.72-
YUV52.22116.03162.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 61.35%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=61.35%
G=19.63%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100323100.680.690.610.8752.6725.69
Hex64201F044453D1351a
Octal144403701041057516532
Binary110010010000011111010001001000101111101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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