#581612

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

Shades of Red Oxide #581612

Tints of Red Oxide #581612

Color information

#581612 (or 0x581612) is unknown color: approx Red Oxide. HEX triplet: 58, 16 and 12. RGB value is (88,22,18). Sum of RGB (Red+Green+Blue) = 88+22+18=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581612 is #A7E9ED. Grayscale: #292929. Windows color (decimal): -11004398 or 1185368. OLE color: 1185368.

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

Color convert

RGB882218-
CMYK00.750.800.65
HSL3.43º66.04%20.78%-
HSV(B)3.43º79.55%34.51%-
XYZ4.422.690.86-
YUV41.28114.87161.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=68.75%
G=17.19%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88221800.750.800.653.4366.0420.78
Hex58161204B504134215
Octal13026220113120101310225
Binary10110001011010010010010111010000100000111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581612; }

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

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

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

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

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

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

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

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