Html Css Color HEX #622420 Red Oxide

📋 copy color: '#622420'

red 98 ◦ green 36 ◦ blue 32

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

Shades of Red Oxide #622420

Tints of Red Oxide #622420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 59.04%
G = 21.69%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#622420 (or 0x622420) is known color: Red Oxide. HEX triplet: 62, 24 and 20. RGB value is (98,36,32). Sum of RGB (Red+Green+Blue) = 98+36+32=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #622420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622420 is #9DDBDF. Grayscale: #363636. Windows color (decimal): -10345440 or 2106466. OLE color: 2106466.

HSL color Cylindrical-coordinate representation of color #622420: hue angle of 3.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622420 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 36 32 -
CMYK 0 0.63 0.67 0.62
HSL 3.64º 0.51% 0.25% -
HSV(B) 3.64º 0.67% 0.38% -
XYZ 5.93 3.96 1.82 -
YUV 54.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 98 36 32 0 0.63 0.67 0.62 3.64 0.51 0.25
Hex 62 24 20 0 3F 43 3E 4 33 19
Octal 142 44 40 0 77 103 76 4 63 31
Binary 1100010 100100 100000 0 111111 1000011 111110 100 110011 11001

Color Harmonies of #622420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622420

Black with #622420

Text Example


Text Example

White with #622420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622420; }

 p { color: rgb(98,36,32); }

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

background-color css

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

 a { background-color: rgb(98,36,32); }

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

border-color css

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

 span { border-color: rgb(98,36,32); }

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