#622420

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

Shades of Red Oxide #622420

Tints of Red Oxide #622420

Color information

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

RGB983632-
CMYK00.630.670.62
HSL3.64º50.77%25.49%-
HSV(B)3.64º67.35%38.43%-
XYZ5.933.961.82-
YUV54.08115.54159.33-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98363200.630.670.623.6450.7725.49
Hex62242003F433E43319
Octal14244400771037646331
Binary11000101001001000000111111100001111111010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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