#62221D

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

Shades of Red Oxide #62221D

Tints of Red Oxide #62221D

Color information

#62221D (or 0x62221D) is unknown color: approx Red Oxide. HEX triplet: 62, 22 and 1D. RGB value is (98,34,29). Sum of RGB (Red+Green+Blue) = 98+34+29=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62221D is #9DDDE2. Grayscale: #343434. Windows color (decimal): -10345955 or 1909346. OLE color: 1909346.

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

Color convert

RGB983429-
CMYK00.650.700.62
HSL4.35º54.33%24.9%-
HSV(B)4.35º70.41%38.43%-
XYZ5.833.831.59-
YUV52.57114.7160.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=60.87%
G=21.12%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98342900.650.700.624.3554.3324.9
Hex62221D041463E43619
Octal142423501011067646631
Binary11000101000101110101000001100011011111010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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