#58141C

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

Shades of Burnt Crimson #58141C

Tints of Burnt Crimson #58141C

Color information

#58141C (or 0x58141C) is unknown color: approx Burnt Crimson. HEX triplet: 58, 14 and 1C. RGB value is (88,20,28). Sum of RGB (Red+Green+Blue) = 88+20+28=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58141C is #A7EBE3. Grayscale: #292929. Windows color (decimal): -11004900 or 1840216. OLE color: 1840216.

HSL color Cylindrical-coordinate representation of color #58141C: hue angle of 352.94º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58141C is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB882028-
CMYK00.770.680.65
HSL352.94º62.96%21.18%-
HSV(B)352.94º77.27%34.51%-
XYZ4.482.661.38-
YUV41.24120.53161.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=64.71%
G=14.71%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88202800.770.680.65352.9462.9621.18
Hex58141C04D44411613f15
Octal130243401151041015417725
Binary10110001010011100010011011000100100000110110000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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