#581816

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

Shades of Red Oxide #581816

Tints of Red Oxide #581816

Color information

#581816 (or 0x581816) is unknown color: approx Red Oxide. HEX triplet: 58, 18 and 16. RGB value is (88,24,22). Sum of RGB (Red+Green+Blue) = 88+24+22=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #581816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581816 is #A7E7E9. Grayscale: #2A2A2A. Windows color (decimal): -11003882 or 1448024. OLE color: 1448024.

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

Color convert

RGB882422-
CMYK00.730.750.65
HSL1.82º60%21.57%-
HSV(B)1.82º75%34.51%-
XYZ4.52.791.06-
YUV42.91116.2160.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=65.67%
G=17.91%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88242200.730.750.651.826021.57
Hex5818160494B4123c16
Octal1303026011111310127426
Binary1011000110001011001001001100101110000011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581816; }

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

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

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

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

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

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

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

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