#622320

Color #622320 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #622320

Tints of Red Oxide #622320

Color information

#622320 (or 0x622320) is unknown color: approx 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

RGB983532-
CMYK00.640.670.62
HSL2.73º50.77%25.49%-
HSV(B)2.73º67.35%38.43%-
XYZ5.93.91.81-
YUV53.5115.87159.74-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98353200.640.670.622.7350.7725.49
Hex622320040433E33319
Octal142434001001037636331
Binary11000101000111000000100000010000111111101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>