#621916

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

Shades of Red Oxide #621916

Tints of Red Oxide #621916

Color information

#621916 (or 0x621916) is unknown color: approx Red Oxide. HEX triplet: 62, 19 and 16. RGB value is (98,25,22). Sum of RGB (Red+Green+Blue) = 98+25+22=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #621916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621916 is #9DE6E9. Grayscale: #2E2E2E. Windows color (decimal): -10348266 or 1448290. OLE color: 1448290.

HSL color Cylindrical-coordinate representation of color #621916: hue angle of 2.37º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621916 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB982522-
CMYK00.740.780.62
HSL2.37º63.33%23.53%-
HSV(B)2.37º77.55%38.43%-
XYZ5.533.351.11-
YUV46.48114.18164.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=67.59%
G=17.24%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98252200.740.780.622.3763.3323.53
Hex62191604A4E3E23f18
Octal142312601121167627730
Binary110001011001101100100101010011101111101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621916; }

 p { color: rgb(98,25,22); }

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

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

 a { background-color: rgb(98,25,22); }

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

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

 span { border-color: rgb(98,25,22); }

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