#581103

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

Shades of Red Oxide #581103

Tints of Red Oxide #581103

Color information

#581103 (or 0x581103) is unknown color: approx Red Oxide. HEX triplet: 58, 11 and 03. RGB value is (88,17,3). Sum of RGB (Red+Green+Blue) = 88+17+3=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #581103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581103 is #A7EEFC. Grayscale: #242424. Windows color (decimal): -11005693 or 201048. OLE color: 201048.

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

Color convert

RGB88173-
CMYK00.810.970.65
HSL9.88º93.41%17.84%-
HSV(B)9.88º96.59%34.51%-
XYZ4.242.480.34-
YUV36.63109.02164.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 81.48%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 3 (1.56% from 255) = 2.78%
R=81.48%
G=15.74%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8817300.810.970.659.8893.4117.84
Hex581130516141a5d12
Octal13021301211411011213522
Binary1011000100011101010001110000110000011010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581103; }

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

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

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

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

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

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

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

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