#621D09

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

Shades of Red Oxide #621D09

Tints of Red Oxide #621D09

Color information

#621D09 (or 0x621D09) is unknown color: approx Red Oxide. HEX triplet: 62, 1D and 09. RGB value is (98,29,9). Sum of RGB (Red+Green+Blue) = 98+29+9=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #621D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D09 is #9DE2F6. Grayscale: #2F2F2F. Windows color (decimal): -10347255 or 597346. OLE color: 597346.

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

Color convert

RGB98299-
CMYK00.700.910.62
HSL13.48º83.18%20.98%-
HSV(B)13.48º90.82%38.43%-
XYZ5.533.50.64-
YUV47.35106.36164.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.06%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=72.06%
G=21.32%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9829900.700.910.6213.4883.1820.98
Hex621D90465B3Ed5315
Octal14235110106133761512325
Binary11000101110110010100011010110111111101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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