#58141B

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

Shades of Burnt Crimson #58141B

Tints of Burnt Crimson #58141B

Color information

#58141B (or 0x58141B) is unknown color: approx Burnt Crimson. HEX triplet: 58, 14 and 1B. RGB value is (88,20,27). Sum of RGB (Red+Green+Blue) = 88+20+27=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58141B is #A7EBE4. Grayscale: #292929. Windows color (decimal): -11004901 or 1774680. OLE color: 1774680.

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

Color convert

RGB882027-
CMYK00.770.690.65
HSL353.82º62.96%21.18%-
HSV(B)353.82º77.27%34.51%-
XYZ4.472.651.31-
YUV41.13120.03161.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.19%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 27 (10.94% from 255) = 20%
R=65.19%
G=14.81%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88202700.770.690.65353.8262.9621.18
Hex58141B04D45411623f15
Octal130243301151051015427725
Binary10110001010011011010011011000101100000110110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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