#581405

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

Shades of Red Oxide #581405

Tints of Red Oxide #581405

Color information

#581405 (or 0x581405) is unknown color: approx Red Oxide. HEX triplet: 58, 14 and 05. RGB value is (88,20,5). Sum of RGB (Red+Green+Blue) = 88+20+5=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581405 is #A7EBFA. Grayscale: #262626. Windows color (decimal): -11004923 or 332888. OLE color: 332888.

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

Color convert

RGB88205-
CMYK00.770.940.65
HSL10.84º89.25%18.24%-
HSV(B)10.84º94.32%34.51%-
XYZ4.32.590.42-
YUV38.62109.03163.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=77.88%
G=17.70%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8820500.770.940.6510.8489.2518.24
Hex5814504D5E41b5912
Octal13024501151361011313122
Binary10110001010010101001101101111010000011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581405; }

 p { color: rgb(88,20,5); }

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

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

 a { background-color: rgb(88,20,5); }

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

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

 span { border-color: rgb(88,20,5); }

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