#58191B

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

Shades of Burnt Crimson #58191B

Tints of Burnt Crimson #58191B

Color information

#58191B (or 0x58191B) is unknown color: approx Burnt Crimson. HEX triplet: 58, 19 and 1B. RGB value is (88,25,27). Sum of RGB (Red+Green+Blue) = 88+25+27=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58191B is #A7E6E4. Grayscale: #2C2C2C. Windows color (decimal): -11003621 or 1775960. OLE color: 1775960.

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

Color convert

RGB882527-
CMYK00.720.690.65
HSL358.1º55.75%22.16%-
HSV(B)358.1º71.59%34.51%-
XYZ4.572.851.35-
YUV44.06118.37159.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.86%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=62.86%
G=17.86%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88252700.720.690.65358.155.7522.16
Hex58191B04845411663816
Octal130313301101051015467026
Binary10110001100111011010010001000101100000110110011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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