#58161C

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

Shades of Burnt Crimson #58161C

Tints of Burnt Crimson #58161C

Color information

#58161C (or 0x58161C) is unknown color: approx Burnt Crimson. HEX triplet: 58, 16 and 1C. RGB value is (88,22,28). Sum of RGB (Red+Green+Blue) = 88+22+28=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58161C is #A7E9E3. Grayscale: #2A2A2A. Windows color (decimal): -11004388 or 1840728. OLE color: 1840728.

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

Color convert

RGB882228-
CMYK00.750.680.65
HSL354.55º60%21.57%-
HSV(B)354.55º75%34.51%-
XYZ4.522.731.39-
YUV42.42119.87160.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.77%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=63.77%
G=15.94%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88222800.750.680.65354.556021.57
Hex58161C04B44411633c16
Octal130263401131041015437426
Binary10110001011011100010010111000100100000110110001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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