#581712

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

Shades of Red Oxide #581712

Tints of Red Oxide #581712

Color information

#581712 (or 0x581712) is unknown color: approx Red Oxide. HEX triplet: 58, 17 and 12. RGB value is (88,23,18). Sum of RGB (Red+Green+Blue) = 88+23+18=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581712 is #A7E8ED. Grayscale: #292929. Windows color (decimal): -11004142 or 1185624. OLE color: 1185624.

HSL color Cylindrical-coordinate representation of color #581712: hue angle of 4.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581712 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB882318-
CMYK00.740.800.65
HSL4.29º66.04%20.78%-
HSV(B)4.29º79.55%34.51%-
XYZ4.442.730.87-
YUV41.86114.53160.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=68.22%
G=17.83%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88231800.740.800.654.2966.0420.78
Hex58171204A504144215
Octal13027220112120101410225
Binary101100010111100100100101010100001000001100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581712; }

 p { color: rgb(88,23,18); }

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

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

 a { background-color: rgb(88,23,18); }

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

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

 span { border-color: rgb(88,23,18); }

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