#64211A

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

Shades of Red Oxide #64211A

Tints of Red Oxide #64211A

Color information

#64211A (or 0x64211A) is unknown color: approx Red Oxide. HEX triplet: 64, 21 and 1A. RGB value is (100,33,26). Sum of RGB (Red+Green+Blue) = 100+33+26=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #64211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64211A is #9BDEE5. Grayscale: #343434. Windows color (decimal): -10215142 or 1712484. OLE color: 1712484.

HSL color Cylindrical-coordinate representation of color #64211A: hue angle of 5.68º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64211A is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB1003326-
CMYK00.670.740.61
HSL5.68º58.73%24.71%-
HSV(B)5.68º74%39.22%-
XYZ5.993.871.41-
YUV52.24113.2162.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.89%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=62.89%
G=20.75%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100332600.670.740.615.6858.7324.71
Hex64211A0434A3D63b19
Octal144413201031127567331
Binary11001001000011101001000011100101011110111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64211A; }

 p { color: rgb(100,33,26); }

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

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

 a { background-color: rgb(100,33,26); }

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

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

 span { border-color: rgb(100,33,26); }

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