#58161E

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

Shades of Burnt Crimson #58161E

Tints of Burnt Crimson #58161E

Color information

#58161E (or 0x58161E) is unknown color: approx Burnt Crimson. HEX triplet: 58, 16 and 1E. RGB value is (88,22,30). Sum of RGB (Red+Green+Blue) = 88+22+30=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58161E is #A7E9E1. Grayscale: #2A2A2A. Windows color (decimal): -11004386 or 1971800. OLE color: 1971800.

HSL color Cylindrical-coordinate representation of color #58161E: hue angle of 352.73º 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 #58161E is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB882230-
CMYK00.750.660.65
HSL352.73º60%21.57%-
HSV(B)352.73º75%34.51%-
XYZ4.552.741.52-
YUV42.65120.87160.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 62.86%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=62.86%
G=15.71%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88223000.750.660.65352.736021.57
Hex58161E04B42411613c16
Octal130263601131021015417426
Binary10110001011011110010010111000010100000110110000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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