#581810

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

Shades of Red Oxide #581810

Tints of Red Oxide #581810

Color information

#581810 (or 0x581810) is unknown color: approx Red Oxide. HEX triplet: 58, 18 and 10. RGB value is (88,24,16). Sum of RGB (Red+Green+Blue) = 88+24+16=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581810 is #A7E7EF. Grayscale: #2A2A2A. Windows color (decimal): -11003888 or 1054808. OLE color: 1054808.

HSL color Cylindrical-coordinate representation of color #581810: hue angle of 6.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581810 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB882416-
CMYK00.730.820.65
HSL6.67º69.23%20.39%-
HSV(B)6.67º81.82%34.51%-
XYZ4.442.770.79-
YUV42.22113.2160.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=68.75%
G=18.75%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88241600.730.820.656.6769.2320.39
Hex581810049524174514
Octal13030200111122101710524
Binary101100011000100000100100110100101000001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581810; }

 p { color: rgb(88,24,16); }

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

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

 a { background-color: rgb(88,24,16); }

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

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

 span { border-color: rgb(88,24,16); }

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