#621809

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

Shades of Red Oxide #621809

Tints of Red Oxide #621809

Color information

#621809 (or 0x621809) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 09. RGB value is (98,24,9). Sum of RGB (Red+Green+Blue) = 98+24+9=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #621809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621809 is #9DE7F6. Grayscale: #2C2C2C. Windows color (decimal): -10348535 or 596066. OLE color: 596066.

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

Color convert

RGB98249-
CMYK00.760.910.62
HSL10.11º83.18%20.98%-
HSV(B)10.11º90.82%38.43%-
XYZ5.413.270.6-
YUV44.42108.02166.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.81%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=74.81%
G=18.32%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9824900.760.910.6210.1183.1820.98
Hex6218904C5B3Ea5315
Octal14230110114133761212325
Binary11000101100010010100110010110111111101010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621809; }

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

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

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

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

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

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

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

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