#621211

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

Shades of Red Oxide #621211

Tints of Red Oxide #621211

Color information

#621211 (or 0x621211) is unknown color: approx Red Oxide. HEX triplet: 62, 12 and 11. RGB value is (98,18,17). Sum of RGB (Red+Green+Blue) = 98+18+17=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #621211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621211 is #9DEDEE. Grayscale: #292929. Windows color (decimal): -10350063 or 1118818. OLE color: 1118818.

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

Color convert

RGB981817-
CMYK00.820.830.62
HSL0.74º70.43%22.55%-
HSV(B)0.74º82.65%38.43%-
XYZ5.353.070.84-
YUV41.81114168.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.68%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 17 (7.03% from 255) = 12.78%
R=73.68%
G=13.53%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98181700.820.830.620.7470.4322.55
Hex621211052533E14617
Octal1422221012212376110627
Binary110001010010100010101001010100111111101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621211; }

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

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

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

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

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

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

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

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