#5D191D

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

Shades of Burnt Crimson #5D191D

Tints of Burnt Crimson #5D191D

Color information

#5D191D (or 0x5D191D) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 19 and 1D. RGB value is (93,25,29). Sum of RGB (Red+Green+Blue) = 93+25+29=147 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.27% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 93 - color contains mainly: red. Hex color #5D191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D191D is #A2E6E2. Grayscale: #2D2D2D. Windows color (decimal): -10675939 or 1907037. OLE color: 1907037.

HSL color Cylindrical-coordinate representation of color #5D191D: hue angle of 356.47º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D191D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB932529-
CMYK00.730.690.64
HSL356.47º57.63%23.14%-
HSV(B)356.47º73.12%36.47%-
XYZ5.083.111.49-
YUV45.79118.53161.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 63.27%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 29 (11.72% from 255) = 19.73%
R=63.27%
G=17.01%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93252900.730.690.64356.4757.6323.14
Hex5D191D04945401643a17
Octal135313501111051005447227
Binary10111011100111101010010011000101100000010110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D191D; }

 p { color: rgb(93,25,29); }

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

<style>
 a { background-color: #5D191D; }

 a { background-color: rgb(93,25,29); }

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

<style>
 span { border-color: #5D191D; }

 span { border-color: rgb(93,25,29); }

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