#621A16

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

Shades of Red Oxide #621A16

Tints of Red Oxide #621A16

Color information

#621A16 (or 0x621A16) is unknown color: approx Red Oxide. HEX triplet: 62, 1A and 16. RGB value is (98,26,22). Sum of RGB (Red+Green+Blue) = 98+26+22=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #621A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A16 is #9DE5E9. Grayscale: #2F2F2F. Windows color (decimal): -10348010 or 1448546. OLE color: 1448546.

HSL color Cylindrical-coordinate representation of color #621A16: hue angle of 3.16º 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 #621A16 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB982622-
CMYK00.730.780.62
HSL3.16º63.33%23.53%-
HSV(B)3.16º77.55%38.43%-
XYZ5.553.391.12-
YUV47.07113.85164.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=67.12%
G=17.81%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98262200.730.780.623.1663.3323.53
Hex621A160494E3E33f18
Octal142322601111167637730
Binary110001011010101100100100110011101111101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621A16; }

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

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

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

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

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

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

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

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