#58191F

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

Shades of Burnt Crimson #58191F

Tints of Burnt Crimson #58191F

Color information

#58191F (or 0x58191F) is unknown color: approx Burnt Crimson. HEX triplet: 58, 19 and 1F. RGB value is (88,25,31). Sum of RGB (Red+Green+Blue) = 88+25+31=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #58191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58191F is #A7E6E0. Grayscale: #2C2C2C. Windows color (decimal): -11003617 or 2038104. OLE color: 2038104.

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

Color convert

RGB882531-
CMYK00.720.650.65
HSL354.29º55.75%22.16%-
HSV(B)354.29º71.59%34.51%-
XYZ4.622.871.61-
YUV44.52120.37159.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=61.11%
G=17.36%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88253100.720.650.65354.2955.7522.16
Hex58191F04841411623816
Octal130313701101011015427026
Binary10110001100111111010010001000001100000110110001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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