#581507

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

Shades of Red Oxide #581507

Tints of Red Oxide #581507

Color information

#581507 (or 0x581507) is unknown color: approx Red Oxide. HEX triplet: 58, 15 and 07. RGB value is (88,21,7). Sum of RGB (Red+Green+Blue) = 88+21+7=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #581507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581507 is #A7EAF8. Grayscale: #272727. Windows color (decimal): -11004665 or 464216. OLE color: 464216.

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

Color convert

RGB88217-
CMYK00.760.920.65
HSL10.37º85.26%18.63%-
HSV(B)10.37º92.05%34.51%-
XYZ4.332.630.48-
YUV39.44109.7162.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.86%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 7 (3.12% from 255) = 6.03%
R=75.86%
G=18.10%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821700.760.920.6510.3785.2618.63
Hex5815704C5C41a5513
Octal13025701141341011212523
Binary10110001010111101001100101110010000011010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581507; }

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

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

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

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

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

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

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

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