#581307

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

Shades of Red Oxide #581307

Tints of Red Oxide #581307

Color information

#581307 (or 0x581307) is unknown color: approx Red Oxide. HEX triplet: 58, 13 and 07. RGB value is (88,19,7). Sum of RGB (Red+Green+Blue) = 88+19+7=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #581307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581307 is #A7ECF8. Grayscale: #262626. Windows color (decimal): -11005177 or 463704. OLE color: 463704.

HSL color Cylindrical-coordinate representation of color #581307: hue angle of 8.89º 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 #581307 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB88197-
CMYK00.780.920.65
HSL8.89º85.26%18.63%-
HSV(B)8.89º92.05%34.51%-
XYZ4.32.560.47-
YUV38.26110.36163.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.19%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=77.19%
G=16.67%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8819700.780.920.658.8985.2618.63
Hex5813704E5C4195513
Octal13023701161341011112523
Binary10110001001111101001110101110010000011001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581307; }

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

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

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

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

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

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

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

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