#58161F

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

Shades of Burnt Crimson #58161F

Tints of Burnt Crimson #58161F

Color information

#58161F (or 0x58161F) is unknown color: approx Burnt Crimson. HEX triplet: 58, 16 and 1F. RGB value is (88,22,31). Sum of RGB (Red+Green+Blue) = 88+22+31=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #58161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58161F is #A7E9E0. Grayscale: #2A2A2A. Windows color (decimal): -11004385 or 2037336. OLE color: 2037336.

HSL color Cylindrical-coordinate representation of color #58161F: hue angle of 351.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58161F is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB882231-
CMYK00.750.650.65
HSL351.82º60%21.57%-
HSV(B)351.82º75%34.51%-
XYZ4.562.751.59-
YUV42.76121.37160.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.41%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=62.41%
G=15.60%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88223100.750.650.65351.826021.57
Hex58161F04B41411603c16
Octal130263701131011015407426
Binary10110001011011111010010111000001100000110110000011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58161F; }

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

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

<style>
 a { background-color: #58161F; }

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

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

<style>
 span { border-color: #58161F; }

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

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