#621205

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

Shades of Red Oxide #621205

Tints of Red Oxide #621205

Color information

#621205 (or 0x621205) is unknown color: approx Red Oxide. HEX triplet: 62, 12 and 05. RGB value is (98,18,5). Sum of RGB (Red+Green+Blue) = 98+18+5=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #621205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621205 is #9DEDFA. Grayscale: #282828. Windows color (decimal): -10350075 or 332386. OLE color: 332386.

HSL color Cylindrical-coordinate representation of color #621205: hue angle of 8.39º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #621205 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB98185-
CMYK00.820.950.62
HSL8.39º90.29%20.2%-
HSV(B)8.39º94.9%38.43%-
XYZ5.283.040.45-
YUV40.44108169.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 80.99%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=80.99%
G=14.88%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9818500.820.950.628.3990.2920.2
Hex621250525F3E85a14
Octal1422250122137761013224
Binary1100010100101010101001010111111111101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621205; }

 p { color: rgb(98,18,5); }

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

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

 a { background-color: rgb(98,18,5); }

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

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

 span { border-color: rgb(98,18,5); }

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