#581708

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

Shades of Red Oxide #581708

Tints of Red Oxide #581708

Color information

#581708 (or 0x581708) is unknown color: approx Red Oxide. HEX triplet: 58, 17 and 08. RGB value is (88,23,8). Sum of RGB (Red+Green+Blue) = 88+23+8=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #581708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581708 is #A7E8F7. Grayscale: #282828. Windows color (decimal): -11004152 or 530264. OLE color: 530264.

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

Color convert

RGB88238-
CMYK00.740.910.65
HSL11.25º83.33%18.82%-
HSV(B)11.25º90.91%34.51%-
XYZ4.372.710.52-
YUV40.72109.53161.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.95%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=73.95%
G=19.33%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8823800.740.910.6511.2583.3318.82
Hex5817804A5B41b5313
Octal130271001121331011312323
Binary101100010111100001001010101101110000011011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581708; }

 p { color: rgb(88,23,8); }

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

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

 a { background-color: rgb(88,23,8); }

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

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

 span { border-color: rgb(88,23,8); }

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