Html Css Color HEX #642221 Red Oxide

📋 copy color: '#642221'

red 100 ◦ green 34 ◦ blue 33

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

Shades of Red Oxide #642221

Tints of Red Oxide #642221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.76%

R = 59.88%
G = 20.36%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#642221 (or 0x642221) is known color: Red Oxide. HEX triplet: 64, 22 and 21. RGB value is (100,34,33). Sum of RGB (Red+Green+Blue) = 100+34+33=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #642221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642221 is #9BDDDE. Grayscale: #353535. Windows color (decimal): -10214879 or 2171492. OLE color: 2171492.

HSL color Cylindrical-coordinate representation of color #642221: hue angle of 0.9º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642221 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 34 33 -
CMYK 0 0.66 0.67 0.61
HSL 0.9º 0.5% 0.26% -
HSV(B) 0.9º 0.67% 0.39% -
XYZ 6.1 3.96 1.88 -
YUV 53.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 100 34 33 0 0.66 0.67 0.61 0.9 0.5 0.26
Hex 64 22 21 0 42 43 3D 1 32 1A
Octal 144 42 41 0 102 103 75 1 62 32
Binary 1100100 100010 100001 0 1000010 1000011 111101 1 110010 11010

Color Harmonies of #642221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642221

Black with #642221

Text Example


Text Example

White with #642221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642221; }

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

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

background-color css

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

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

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

border-color css

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

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

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