#58151A

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

Shades of Burnt Crimson #58151A

Tints of Burnt Crimson #58151A

Color information

#58151A (or 0x58151A) is unknown color: approx Burnt Crimson. HEX triplet: 58, 15 and 1A. RGB value is (88,21,26). Sum of RGB (Red+Green+Blue) = 88+21+26=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58151A is #A7EAE5. Grayscale: #292929. Windows color (decimal): -11004646 or 1709400. OLE color: 1709400.

HSL color Cylindrical-coordinate representation of color #58151A: hue angle of 355.52º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58151A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB882126-
CMYK00.760.700.65
HSL355.52º61.47%21.37%-
HSV(B)355.52º76.14%34.51%-
XYZ4.482.691.26-
YUV41.6119.2161.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.19%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=65.19%
G=15.56%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88212600.760.700.65355.5261.4721.37
Hex58151A04C46411643d15
Octal130253201141061015447525
Binary10110001010111010010011001000110100000110110010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58151A; }

 p { color: rgb(88,21,26); }

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

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

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

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

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

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

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