#62221C

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

Shades of Red Oxide #62221C

Tints of Red Oxide #62221C

Color information

#62221C (or 0x62221C) is unknown color: approx Red Oxide. HEX triplet: 62, 22 and 1C. RGB value is (98,34,28). Sum of RGB (Red+Green+Blue) = 98+34+28=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62221C is #9DDDE3. Grayscale: #343434. Windows color (decimal): -10345956 or 1843810. OLE color: 1843810.

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

Color convert

RGB983428-
CMYK00.650.710.62
HSL5.14º55.56%24.71%-
HSV(B)5.14º71.43%38.43%-
XYZ5.823.821.53-
YUV52.45114.2160.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.25%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=61.25%
G=21.25%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98342800.650.710.625.1455.5624.71
Hex62221C041473E53819
Octal142423401011077657031
Binary11000101000101110001000001100011111111010111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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