#621009

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

Shades of Red Oxide #621009

Tints of Red Oxide #621009

Color information

#621009 (or 0x621009) is unknown color: approx Red Oxide. HEX triplet: 62, 10 and 09. RGB value is (98,16,9). Sum of RGB (Red+Green+Blue) = 98+16+9=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621009 is #9DEFF6. Grayscale: #272727. Windows color (decimal): -10350583 or 594018. OLE color: 594018.

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

Color convert

RGB98169-
CMYK00.840.910.62
HSL4.72º83.18%20.98%-
HSV(B)4.72º90.82%38.43%-
XYZ5.272.990.56-
YUV39.72110.67169.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.67%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=79.67%
G=13.01%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9816900.840.910.624.7283.1820.98
Hex621090545B3E55315
Octal1422011012413376512325
Binary1100010100001001010101001011011111110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621009; }

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

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

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

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

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

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

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

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