#62211A

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

Shades of Red Oxide #62211A

Tints of Red Oxide #62211A

Color information

#62211A (or 0x62211A) is unknown color: approx Red Oxide. HEX triplet: 62, 21 and 1A. RGB value is (98,33,26). Sum of RGB (Red+Green+Blue) = 98+33+26=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #62211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62211A is #9DDEE5. Grayscale: #333333. Windows color (decimal): -10346214 or 1712482. OLE color: 1712482.

HSL color Cylindrical-coordinate representation of color #62211A: hue angle of 5.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62211A is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB983326-
CMYK00.660.730.62
HSL5.83º58.06%24.31%-
HSV(B)5.83º73.47%38.43%-
XYZ5.773.761.4-
YUV51.64113.53161.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=62.42%
G=21.02%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98332600.660.730.625.8358.0624.31
Hex62211A042493E63a18
Octal142413201021117667230
Binary11000101000011101001000010100100111111011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62211A; }

 p { color: rgb(98,33,26); }

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

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

 a { background-color: rgb(98,33,26); }

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

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

 span { border-color: rgb(98,33,26); }

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