#581504

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

Shades of Red Oxide #581504

Tints of Red Oxide #581504

Color information

#581504 (or 0x581504) is unknown color: approx Red Oxide. HEX triplet: 58, 15 and 04. RGB value is (88,21,4). Sum of RGB (Red+Green+Blue) = 88+21+4=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581504 is #A7EAFB. Grayscale: #272727. Windows color (decimal): -11004668 or 267608. OLE color: 267608.

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

Color convert

RGB88214-
CMYK00.760.950.65
HSL12.14º91.3%18.04%-
HSV(B)12.14º95.45%34.51%-
XYZ4.312.620.39-
YUV39.1108.2162.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=77.88%
G=18.58%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821400.760.950.6512.1491.318.04
Hex5815404C5F41c5b12
Octal13025401141371011413322
Binary10110001010110001001100101111110000011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581504; }

 p { color: rgb(88,21,4); }

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

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

 a { background-color: rgb(88,21,4); }

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

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

 span { border-color: rgb(88,21,4); }

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