#621210

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

Shades of Red Oxide #621210

Tints of Red Oxide #621210

Color information

#621210 (or 0x621210) is unknown color: approx Red Oxide. HEX triplet: 62, 12 and 10. RGB value is (98,18,16). Sum of RGB (Red+Green+Blue) = 98+18+16=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #621210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621210 is #9DEDEF. Grayscale: #292929. Windows color (decimal): -10350064 or 1053282. OLE color: 1053282.

HSL color Cylindrical-coordinate representation of color #621210: hue angle of 1.46º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621210 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB981816-
CMYK00.820.840.62
HSL1.46º71.93%22.35%-
HSV(B)1.46º83.67%38.43%-
XYZ5.353.070.8-
YUV41.69113.5168.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=74.24%
G=13.64%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98181600.820.840.621.4671.9322.35
Hex621210052543E14816
Octal1422220012212476111026
Binary110001010010100000101001010101001111101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621210; }

 p { color: rgb(98,18,16); }

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

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

 a { background-color: rgb(98,18,16); }

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

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

 span { border-color: rgb(98,18,16); }

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