#621805

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

Shades of Red Oxide #621805

Tints of Red Oxide #621805

Color information

#621805 (or 0x621805) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 05. RGB value is (98,24,5). Sum of RGB (Red+Green+Blue) = 98+24+5=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #621805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621805 is #9DE7FA. Grayscale: #2C2C2C. Windows color (decimal): -10348539 or 333922. OLE color: 333922.

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

Color convert

RGB98245-
CMYK00.760.950.62
HSL12.26º90.29%20.2%-
HSV(B)12.26º94.9%38.43%-
XYZ5.393.260.49-
YUV43.96106.02166.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 77.17%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=77.17%
G=18.90%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9824500.760.950.6212.2690.2920.2
Hex6218504C5F3Ec5a14
Octal1423050114137761413224
Binary1100010110001010100110010111111111101100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621805; }

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

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

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

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

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

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

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

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