Html Css Color HEX #622320 Red Oxide

📋 copy color: '#622320'

red 98 ◦ green 35 ◦ blue 32

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

Shades of Red Oxide #622320

Tints of Red Oxide #622320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

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

R = 59.39%
G = 21.21%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#622320 (or 0x622320) is known color: Red Oxide. HEX triplet: 62, 23 and 20. RGB value is (98,35,32). Sum of RGB (Red+Green+Blue) = 98+35+32=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #622320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622320 is #9DDCDF. Grayscale: #353535. Windows color (decimal): -10345696 or 2106210. OLE color: 2106210.

HSL color Cylindrical-coordinate representation of color #622320: hue angle of 2.73º 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 #622320 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 35 32 -
CMYK 0 0.64 0.67 0.62
HSL 2.73º 0.51% 0.25% -
HSV(B) 2.73º 0.67% 0.38% -
XYZ 5.9 3.9 1.81 -
YUV 53.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 98 35 32 0 0.64 0.67 0.62 2.73 0.51 0.25
Hex 62 23 20 0 40 43 3E 3 33 19
Octal 142 43 40 0 100 103 76 3 63 31
Binary 1100010 100011 100000 0 1000000 1000011 111110 11 110011 11001

Color Harmonies of #622320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622320

Black with #622320

Text Example


Text Example

White with #622320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622320; }

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

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

background-color css

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

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

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

border-color css

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

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

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