#581306

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

Shades of Red Oxide #581306

Tints of Red Oxide #581306

Color information

#581306 (or 0x581306) is unknown color: approx Red Oxide. HEX triplet: 58, 13 and 06. RGB value is (88,19,6). Sum of RGB (Red+Green+Blue) = 88+19+6=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581306 is #A7ECF9. Grayscale: #262626. Windows color (decimal): -11005178 or 398168. OLE color: 398168.

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

Color convert

RGB88196-
CMYK00.780.930.65
HSL9.51º87.23%18.43%-
HSV(B)9.51º93.18%34.51%-
XYZ4.292.550.44-
YUV38.15109.86163.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=77.88%
G=16.81%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8819600.780.930.659.5187.2318.43
Hex5813604E5D41a5712
Octal13023601161351011212722
Binary10110001001111001001110101110110000011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581306; }

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

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

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

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

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

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

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

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