#621811

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

Shades of Red Oxide #621811

Tints of Red Oxide #621811

Color information

#621811 (or 0x621811) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 11. RGB value is (98,24,17). Sum of RGB (Red+Green+Blue) = 98+24+17=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #621811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621811 is #9DE7EE. Grayscale: #2D2D2D. Windows color (decimal): -10348527 or 1120354. OLE color: 1120354.

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

Color convert

RGB982417-
CMYK00.760.830.62
HSL5.19º70.43%22.55%-
HSV(B)5.19º82.65%38.43%-
XYZ5.463.290.88-
YUV45.33112.02165.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70.50%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 17 (7.03% from 255) = 12.23%
R=70.50%
G=17.27%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98241700.760.830.625.1970.4322.55
Hex62181104C533E54617
Octal1423021011412376510627
Binary11000101100010001010011001010011111110101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621811; }

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

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

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

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

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

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

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

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