Html Css Color HEX #64221E Red Oxide

📋 copy color: '#64221E'

red 100 ◦ green 34 ◦ blue 30

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

Shades of Red Oxide #64221E

Tints of Red Oxide #64221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.73%

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 60.98%
G = 20.73%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#64221E (or 0x64221E) is known color: Red Oxide. HEX triplet: 64, 22 and 1E. RGB value is (100,34,30). Sum of RGB (Red+Green+Blue) = 100+34+30=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #64221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64221E is #9BDDE1. Grayscale: #353535. Windows color (decimal): -10214882 or 1974884. OLE color: 1974884.

HSL color Cylindrical-coordinate representation of color #64221E: hue angle of 3.43º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64221E is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 34 30 -
CMYK 0 0.66 0.70 0.61
HSL 3.43º 0.54% 0.25% -
HSV(B) 3.43º 0.7% 0.39% -
XYZ 6.06 3.95 1.67 -
YUV 53.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 100 34 30 0 0.66 0.70 0.61 3.43 0.54 0.25
Hex 64 22 1E 0 42 46 3D 3 36 19
Octal 144 42 36 0 102 106 75 3 66 31
Binary 1100100 100010 11110 0 1000010 1000110 111101 11 110110 11001

Color Harmonies of #64221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64221E

Black with #64221E

Text Example


Text Example

White with #64221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64221E; }

 p { color: rgb(100,34,30); }

 H1.HeaderClassName
 {
   color: #64221E;
 }
 .AnyTagClassName
 {
   color: #64221E;
 }
</style>

background-color css

<style>
 a { background-color: #64221E; }

 a { background-color: rgb(100,34,30); }

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

border-color css

<style>
 span { border-color: #64221E; }

 span { border-color: rgb(100,34,30); }

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