#62221F

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

Shades of Red Oxide #62221F

Tints of Red Oxide #62221F

Color information

#62221F (or 0x62221F) is unknown color: approx Red Oxide. HEX triplet: 62, 22 and 1F. RGB value is (98,34,31). Sum of RGB (Red+Green+Blue) = 98+34+31=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62221F is #9DDDE0. Grayscale: #343434. Windows color (decimal): -10345953 or 2040418. OLE color: 2040418.

HSL color Cylindrical-coordinate representation of color #62221F: hue angle of 2.69º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62221F is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB983431-
CMYK00.650.680.62
HSL2.69º51.94%25.29%-
HSV(B)2.69º68.37%38.43%-
XYZ5.863.841.73-
YUV52.79115.7160.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=60.12%
G=20.86%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98343100.650.680.622.6951.9425.29
Hex62221F041443E33419
Octal142423701011047636431
Binary1100010100010111110100000110001001111101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62221F; }

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

 H1.HeaderClassName
 {
   color: #62221F;
 }
 .AnyTagClassName
 {
   color: #62221F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #62221F;
 }
 .BgClassName
 {
   background-color: #62221F;
 }
</style>
border-color css

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

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

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