#58181E

Color #58181E Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #58181E

Tints of Burnt Crimson #58181E

Color information

#58181E (or 0x58181E) is unknown color: approx Burnt Crimson. HEX triplet: 58, 18 and 1E. RGB value is (88,24,30). Sum of RGB (Red+Green+Blue) = 88+24+30=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #58181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58181E is #A7E7E1. Grayscale: #2B2B2B. Windows color (decimal): -11003874 or 1972312. OLE color: 1972312.

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

Color convert

RGB882430-
CMYK00.730.660.65
HSL354.38º57.14%21.96%-
HSV(B)354.38º72.73%34.51%-
XYZ4.592.821.53-
YUV43.82120.2159.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=61.97%
G=16.90%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88243000.730.660.65354.3857.1421.96
Hex58181E04942411623916
Octal130303601111021015427126
Binary10110001100011110010010011000010100000110110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58181E; }

 p { color: rgb(88,24,30); }

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

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

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

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

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

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

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