Html Css Color HEX #64201D Red Oxide

📋 copy color: '#64201D'

red 100 ◦ green 32 ◦ blue 29

#64201D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #64201D

Tints of Red Oxide #64201D

RGB

 RED value IS 100 (39.45% from 255) = 62.11%

 GREEN value IS 32 (12.89% from 255) = 19.88%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 62.11%
G = 19.88%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64201D (or 0x64201D) is known color: Red Oxide. HEX triplet: 64, 20 and 1D. RGB value is (100,32,29). Sum of RGB (Red+Green+Blue) = 100+32+29=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #64201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64201D is #9BDFE2. Grayscale: #343434. Windows color (decimal): -10215395 or 1908836. OLE color: 1908836.

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

Color convert

RGB 100 32 29 -
CMYK 0 0.68 0.71 0.61
HSL 2.54º 0.55% 0.25% -
HSV(B) 2.54º 0.71% 0.39% -
XYZ 5.99 3.83 1.59 -
YUV 51.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 100 32 29 0 0.68 0.71 0.61 2.54 0.55 0.25
Hex 64 20 1D 0 44 47 3D 3 37 19
Octal 144 40 35 0 104 107 75 3 67 31
Binary 1100100 100000 11101 0 1000100 1000111 111101 11 110111 11001

Color Harmonies of #64201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64201D

Black with #64201D

Text Example


Text Example

White with #64201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64201D;
 }
 .AnyTagClassName
 {
   color: #64201D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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