#581F1A

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

Shades of Red Oxide #581F1A

Tints of Red Oxide #581F1A

Color information

#581F1A (or 0x581F1A) is unknown color: approx Red Oxide. HEX triplet: 58, 1F and 1A. RGB value is (88,31,26). Sum of RGB (Red+Green+Blue) = 88+31+26=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F1A is #A7E0E5. Grayscale: #2F2F2F. Windows color (decimal): -11002086 or 1711960. OLE color: 1711960.

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

Color convert

RGB883126-
CMYK00.650.700.65
HSL4.84º54.39%22.35%-
HSV(B)4.84º70.45%34.51%-
XYZ4.73.131.33-
YUV47.47115.88156.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.69%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=60.69%
G=21.38%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88312600.650.700.654.8454.3922.35
Hex581F1A041464153616
Octal1303732010110610156626
Binary10110001111111010010000011000110100000110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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