#58161B

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

Shades of Burnt Crimson #58161B

Tints of Burnt Crimson #58161B

Color information

#58161B (or 0x58161B) is unknown color: approx Burnt Crimson. HEX triplet: 58, 16 and 1B. RGB value is (88,22,27). Sum of RGB (Red+Green+Blue) = 88+22+27=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58161B is #A7E9E4. Grayscale: #2A2A2A. Windows color (decimal): -11004389 or 1775192. OLE color: 1775192.

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

Color convert

RGB882227-
CMYK00.750.690.65
HSL355.45º60%21.57%-
HSV(B)355.45º75%34.51%-
XYZ4.512.731.33-
YUV42.3119.37160.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.23%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 27 (10.94% from 255) = 19.71%
R=64.23%
G=16.06%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88222700.750.690.65355.456021.57
Hex58161B04B45411633c16
Octal130263301131051015437426
Binary10110001011011011010010111000101100000110110001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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