#58151D

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

Shades of Burnt Crimson #58151D

Tints of Burnt Crimson #58151D

Color information

#58151D (or 0x58151D) is unknown color: approx Burnt Crimson. HEX triplet: 58, 15 and 1D. RGB value is (88,21,29). Sum of RGB (Red+Green+Blue) = 88+21+29=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58151D is #A7EAE2. Grayscale: #292929. Windows color (decimal): -11004643 or 1906008. OLE color: 1906008.

HSL color Cylindrical-coordinate representation of color #58151D: hue angle of 352.84º 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 #58151D is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB882129-
CMYK00.760.670.65
HSL352.84º61.47%21.37%-
HSV(B)352.84º76.14%34.51%-
XYZ4.512.71.45-
YUV41.94120.7160.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.77%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=63.77%
G=15.22%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88212900.760.670.65352.8461.4721.37
Hex58151D04C43411613d15
Octal130253501141031015417525
Binary10110001010111101010011001000011100000110110000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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