#621409

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

Shades of Red Oxide #621409

Tints of Red Oxide #621409

Color information

#621409 (or 0x621409) is unknown color: approx Red Oxide. HEX triplet: 62, 14 and 09. RGB value is (98,20,9). Sum of RGB (Red+Green+Blue) = 98+20+9=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #621409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621409 is #9DEBF6. Grayscale: #2A2A2A. Windows color (decimal): -10349559 or 595042. OLE color: 595042.

HSL color Cylindrical-coordinate representation of color #621409: hue angle of 7.42º 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 #621409 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB98209-
CMYK00.800.910.62
HSL7.42º83.18%20.98%-
HSV(B)7.42º90.82%38.43%-
XYZ5.343.120.58-
YUV42.07109.34167.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 77.17%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=77.17%
G=15.75%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9820900.800.910.627.4283.1820.98
Hex621490505B3E75315
Octal1422411012013376712325
Binary1100010101001001010100001011011111110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621409; }

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

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

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

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

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

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

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

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