#581101

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

Shades of Red Oxide #581101

Tints of Red Oxide #581101

Color information

#581101 (or 0x581101) is unknown color: approx Red Oxide. HEX triplet: 58, 11 and 01. RGB value is (88,17,1). Sum of RGB (Red+Green+Blue) = 88+17+1=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #581101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581101 is #A7EEFE. Grayscale: #242424. Windows color (decimal): -11005695 or 69976. OLE color: 69976.

HSL color Cylindrical-coordinate representation of color #581101: hue angle of 11.03º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #581101 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB88171-
CMYK00.810.990.65
HSL11.03º97.75%17.45%-
HSV(B)11.03º98.86%34.51%-
XYZ4.232.480.28-
YUV36.4108.02164.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.02%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=83.02%
G=16.04%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8817100.810.990.6511.0397.7517.45
Hex581110516341b6211
Octal13021101211431011314221
Binary101100010001101010001110001110000011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581101; }

 p { color: rgb(88,17,1); }

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

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

 a { background-color: rgb(88,17,1); }

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

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

 span { border-color: rgb(88,17,1); }

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