#621209

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

Shades of Red Oxide #621209

Tints of Red Oxide #621209

Color information

#621209 (or 0x621209) is unknown color: approx Red Oxide. HEX triplet: 62, 12 and 09. RGB value is (98,18,9). Sum of RGB (Red+Green+Blue) = 98+18+9=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #621209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621209 is #9DEDF6. Grayscale: #292929. Windows color (decimal): -10350071 or 594530. OLE color: 594530.

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

Color convert

RGB98189-
CMYK00.820.910.62
HSL6.07º83.18%20.98%-
HSV(B)6.07º90.82%38.43%-
XYZ5.33.050.57-
YUV40.89110168.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 78.4%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 9 (3.91% from 255) = 7.2%
R=78.4%
G=14.4%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9818900.820.910.626.0783.1820.98
Hex621290525B3E65315
Octal1422211012213376612325
Binary1100010100101001010100101011011111110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621209; }

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

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

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

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

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

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

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

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