#58121A

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

Shades of Burnt Crimson #58121A

Tints of Burnt Crimson #58121A

Color information

#58121A (or 0x58121A) is unknown color: approx Burnt Crimson. HEX triplet: 58, 12 and 1A. RGB value is (88,18,26). Sum of RGB (Red+Green+Blue) = 88+18+26=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #58121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58121A is #A7EDE5. Grayscale: #272727. Windows color (decimal): -11005414 or 1708632. OLE color: 1708632.

HSL color Cylindrical-coordinate representation of color #58121A: hue angle of 353.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58121A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB881826-
CMYK00.800.700.65
HSL353.14º66.04%20.78%-
HSV(B)353.14º79.55%34.51%-
XYZ4.432.581.24-
YUV39.84120.19162.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=66.67%
G=13.64%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88182600.800.700.65353.1466.0420.78
Hex58121A05046411614215
Octal1302232012010610154110225
Binary101100010010110100101000010001101000001101100001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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