#581E1A

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

Shades of Red Oxide #581E1A

Tints of Red Oxide #581E1A

Color information

#581E1A (or 0x581E1A) is unknown color: approx Red Oxide. HEX triplet: 58, 1E and 1A. RGB value is (88,30,26). Sum of RGB (Red+Green+Blue) = 88+30+26=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #581E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E1A is #A7E1E5. Grayscale: #2E2E2E. Windows color (decimal): -11002342 or 1711704. OLE color: 1711704.

HSL color Cylindrical-coordinate representation of color #581E1A: hue angle of 3.87º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581E1A is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB883026-
CMYK00.660.700.65
HSL3.87º54.39%22.35%-
HSV(B)3.87º70.45%34.51%-
XYZ4.683.081.32-
YUV46.89116.22157.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=61.11%
G=20.83%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88302600.660.700.653.8754.3922.35
Hex581E1A042464143616
Octal1303632010210610146626
Binary10110001111011010010000101000110100000110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581E1A; }

 p { color: rgb(88,30,26); }

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

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

 a { background-color: rgb(88,30,26); }

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

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

 span { border-color: rgb(88,30,26); }

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