#62211E

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

Shades of Red Oxide #62211E

Tints of Red Oxide #62211E

Color information

#62211E (or 0x62211E) is unknown color: approx Red Oxide. HEX triplet: 62, 21 and 1E. RGB value is (98,33,30). Sum of RGB (Red+Green+Blue) = 98+33+30=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62211E is #9DDEE1. Grayscale: #343434. Windows color (decimal): -10346210 or 1974626. OLE color: 1974626.

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

Color convert

RGB983330-
CMYK00.660.690.62
HSL2.65º53.12%25.1%-
HSV(B)2.65º69.39%38.43%-
XYZ5.823.781.65-
YUV52.09115.53160.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=60.87%
G=20.50%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98333000.660.690.622.6553.1225.1
Hex62211E042453E33519
Octal142413601021057636531
Binary1100010100001111100100001010001011111101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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