#581D1A

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

Shades of Red Oxide #581D1A

Tints of Red Oxide #581D1A

Color information

#581D1A (or 0x581D1A) is unknown color: approx Red Oxide. HEX triplet: 58, 1D and 1A. RGB value is (88,29,26). Sum of RGB (Red+Green+Blue) = 88+29+26=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #581D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D1A is #A7E2E5. Grayscale: #2E2E2E. Windows color (decimal): -11002598 or 1711448. OLE color: 1711448.

HSL color Cylindrical-coordinate representation of color #581D1A: hue angle of 2.9º 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 #581D1A is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB882926-
CMYK00.670.700.65
HSL2.9º54.39%22.35%-
HSV(B)2.9º70.45%34.51%-
XYZ4.653.031.32-
YUV46.3116.55157.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=61.54%
G=20.28%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88292600.670.700.652.954.3922.35
Hex581D1A043464133616
Octal1303532010310610136626
Binary1011000111011101001000011100011010000011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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