#58171A

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

Shades of Burnt Crimson #58171A

Tints of Burnt Crimson #58171A

Color information

#58171A (or 0x58171A) is unknown color: approx Burnt Crimson. HEX triplet: 58, 17 and 1A. RGB value is (88,23,26). Sum of RGB (Red+Green+Blue) = 88+23+26=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58171A is #A7E8E5. Grayscale: #2A2A2A. Windows color (decimal): -11004134 or 1709912. OLE color: 1709912.

HSL color Cylindrical-coordinate representation of color #58171A: hue angle of 357.23º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58171A is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB882326-
CMYK00.740.700.65
HSL357.23º58.56%21.76%-
HSV(B)357.23º73.86%34.51%-
XYZ4.522.761.27-
YUV42.78118.53160.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.23%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=64.23%
G=16.79%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88232600.740.700.65357.2358.5621.76
Hex58171A04A46411653b16
Octal130273201121061015457326
Binary10110001011111010010010101000110100000110110010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58171A; }

 p { color: rgb(88,23,26); }

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

<style>
 a { background-color: #58171A; }

 a { background-color: rgb(88,23,26); }

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

<style>
 span { border-color: #58171A; }

 span { border-color: rgb(88,23,26); }

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