#581F1C

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

Shades of Red Oxide #581F1C

Tints of Red Oxide #581F1C

Color information

#581F1C (or 0x581F1C) is unknown color: approx Red Oxide. HEX triplet: 58, 1F and 1C. RGB value is (88,31,28). Sum of RGB (Red+Green+Blue) = 88+31+28=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #581F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F1C is #A7E0E3. Grayscale: #2F2F2F. Windows color (decimal): -11002084 or 1843032. OLE color: 1843032.

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

Color convert

RGB883128-
CMYK00.650.680.65
HSL51.72%22.75%-
HSV(B)68.18%34.51%-
XYZ4.723.141.46-
YUV47.7116.88156.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=59.86%
G=21.09%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88312800.650.680.65351.7222.75
Hex581F1C041444133417
Octal1303734010110410136427
Binary1011000111111110001000001100010010000011111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581F1C; }

 p { color: rgb(88,31,28); }

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

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

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

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

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

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

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