#58151B

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

Shades of Burnt Crimson #58151B

Tints of Burnt Crimson #58151B

Color information

#58151B (or 0x58151B) is unknown color: approx Burnt Crimson. HEX triplet: 58, 15 and 1B. RGB value is (88,21,27). Sum of RGB (Red+Green+Blue) = 88+21+27=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58151B is #A7EAE4. Grayscale: #292929. Windows color (decimal): -11004645 or 1774936. OLE color: 1774936.

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

Color convert

RGB882127-
CMYK00.760.690.65
HSL354.63º61.47%21.37%-
HSV(B)354.63º76.14%34.51%-
XYZ4.492.691.32-
YUV41.72119.7161.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=64.71%
G=15.44%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88212700.760.690.65354.6361.4721.37
Hex58151B04C45411633d15
Octal130253301141051015437525
Binary10110001010111011010011001000101100000110110001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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