#581613

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

Shades of Red Oxide #581613

Tints of Red Oxide #581613

Color information

#581613 (or 0x581613) is unknown color: approx Red Oxide. HEX triplet: 58, 16 and 13. RGB value is (88,22,19). Sum of RGB (Red+Green+Blue) = 88+22+19=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581613 is #A7E9EC. Grayscale: #292929. Windows color (decimal): -11004397 or 1250904. OLE color: 1250904.

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

Color convert

RGB882219-
CMYK00.750.780.65
HSL2.61º64.49%20.98%-
HSV(B)2.61º78.41%34.51%-
XYZ4.432.70.9-
YUV41.39115.37161.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 19 (7.81% from 255) = 14.73%
R=68.22%
G=17.05%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88221900.750.780.652.6164.4920.98
Hex58161304B4E4134015
Octal13026230113116101310025
Binary10110001011010011010010111001110100000111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581613; }

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

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

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

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

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

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

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

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