#581A0E

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

Shades of Red Oxide #581A0E

Tints of Red Oxide #581A0E

Color information

#581A0E (or 0x581A0E) is unknown color: approx Red Oxide. HEX triplet: 58, 1A and 0E. RGB value is (88,26,14). Sum of RGB (Red+Green+Blue) = 88+26+14=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A0E is #A7E5F1. Grayscale: #2B2B2B. Windows color (decimal): -11003378 or 924248. OLE color: 924248.

HSL color Cylindrical-coordinate representation of color #581A0E: hue angle of 9.73º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581A0E is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB882614-
CMYK00.700.840.65
HSL9.73º72.55%20%-
HSV(B)9.73º84.09%34.51%-
XYZ4.472.850.73-
YUV43.17111.54159.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=68.75%
G=20.31%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88261400.700.840.659.7372.5520
Hex581AE0465441a4914
Octal130321601061241011211124
Binary101100011010111001000110101010010000011010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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