Html Css Color HEX #622221 Red Oxide

📋 copy color: '#622221'

red 98 ◦ green 34 ◦ blue 33

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

Shades of Red Oxide #622221

Tints of Red Oxide #622221

RGB

 RED value IS 98 (38.67% from 255) = 59.39%

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

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

R = 59.39%
G = 20.61%
B = 20%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#622221 (or 0x622221) is known color: Red Oxide. HEX triplet: 62, 22 and 21. RGB value is (98,34,33). Sum of RGB (Red+Green+Blue) = 98+34+33=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #622221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622221 is #9DDDDE. Grayscale: #353535. Windows color (decimal): -10345951 or 2171490. OLE color: 2171490.

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

Color convert

RGB 98 34 33 -
CMYK 0 0.65 0.66 0.62
HSL 0.92º 0.5% 0.26% -
HSV(B) 0.92º 0.66% 0.38% -
XYZ 5.88 3.85 1.87 -
YUV 53.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 98 34 33 0 0.65 0.66 0.62 0.92 0.5 0.26
Hex 62 22 21 0 41 42 3E 1 32 1A
Octal 142 42 41 0 101 102 76 1 62 32
Binary 1100010 100010 100001 0 1000001 1000010 111110 1 110010 11010

Color Harmonies of #622221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622221

Black with #622221

Text Example


Text Example

White with #622221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622221; }

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

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

background-color css

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

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

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

border-color css

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

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

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