#58161A

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

Shades of Burnt Crimson #58161A

Tints of Burnt Crimson #58161A

Color information

#58161A (or 0x58161A) is unknown color: approx Burnt Crimson. HEX triplet: 58, 16 and 1A. RGB value is (88,22,26). Sum of RGB (Red+Green+Blue) = 88+22+26=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58161A is #A7E9E5. Grayscale: #2A2A2A. Windows color (decimal): -11004390 or 1709656. OLE color: 1709656.

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

Color convert

RGB882226-
CMYK00.750.700.65
HSL356.36º60%21.57%-
HSV(B)356.36º75%34.51%-
XYZ4.52.721.27-
YUV42.19118.87160.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=64.71%
G=16.18%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88222600.750.700.65356.366021.57
Hex58161A04B46411643c16
Octal130263201131061015447426
Binary10110001011011010010010111000110100000110110010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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