#621509

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

Shades of Red Oxide #621509

Tints of Red Oxide #621509

Color information

#621509 (or 0x621509) is unknown color: approx Red Oxide. HEX triplet: 62, 15 and 09. RGB value is (98,21,9). Sum of RGB (Red+Green+Blue) = 98+21+9=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #621509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621509 is #9DEAF6. Grayscale: #2A2A2A. Windows color (decimal): -10349303 or 595298. OLE color: 595298.

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

Color convert

RGB98219-
CMYK00.790.910.62
HSL8.09º83.18%20.98%-
HSV(B)8.09º90.82%38.43%-
XYZ5.353.150.58-
YUV42.66109.01167.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 76.56%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=76.56%
G=16.41%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9821900.790.910.628.0983.1820.98
Hex6215904F5B3E85315
Octal14225110117133761012325
Binary11000101010110010100111110110111111101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621509; }

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

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

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

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

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

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

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

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