#581910

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

Shades of Red Oxide #581910

Tints of Red Oxide #581910

Color information

#581910 (or 0x581910) is unknown color: approx Red Oxide. HEX triplet: 58, 19 and 10. RGB value is (88,25,16). Sum of RGB (Red+Green+Blue) = 88+25+16=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581910 is #A7E6EF. Grayscale: #2A2A2A. Windows color (decimal): -11003632 or 1055064. OLE color: 1055064.

HSL color Cylindrical-coordinate representation of color #581910: hue angle of 7.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581910 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB882516-
CMYK00.720.820.65
HSL7.5º69.23%20.39%-
HSV(B)7.5º81.82%34.51%-
XYZ4.472.810.8-
YUV42.81112.87160.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=68.22%
G=19.38%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88251600.720.820.657.569.2320.39
Hex581910048524184514
Octal130312001101221011010524
Binary1011000110011000001001000101001010000011000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581910; }

 p { color: rgb(88,25,16); }

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

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

 a { background-color: rgb(88,25,16); }

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

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

 span { border-color: rgb(88,25,16); }

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