#581616

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

Shades of Red Oxide #581616

Tints of Red Oxide #581616

Color information

#581616 (or 0x581616) is unknown color: approx Red Oxide. HEX triplet: 58, 16 and 16. RGB value is (88,22,22). Sum of RGB (Red+Green+Blue) = 88+22+22=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #581616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581616 is #A7E9E9. Grayscale: #292929. Windows color (decimal): -11004394 or 1447512. OLE color: 1447512.

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

Color convert

RGB882222-
CMYK00.750.750.65
HSL60%21.57%-
HSV(B)75%34.51%-
XYZ4.462.711.05-
YUV41.73116.87161-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=66.67%
G=16.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88222200.750.750.6506021.57
Hex58161604B4B4103c16
Octal1302626011311310107426
Binary101100010110101100100101110010111000001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581616; }

 p { color: rgb(88,22,22); }

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

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

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

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

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

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

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