Html Css Color HEX #5D191D Burnt Crimson

📋 copy color: '#5D191D'

red 93 ◦ green 25 ◦ blue 29

#5D191D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #5D191D

Tints of Burnt Crimson #5D191D

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 value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D191D (or 0x5D191D) is known color: 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

RGB 93 25 29 -
CMYK 0 0.73 0.69 0.64
HSL 356.47º 0.58% 0.23% -
HSV(B) 356.47º 0.73% 0.36% -
XYZ 5.08 3.11 1.49 -
YUV 45.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 93 25 29 0 0.73 0.69 0.64 356.47 0.58 0.23
Hex 5D 19 1D 0 49 45 40 164 3A 17
Octal 135 31 35 0 111 105 100 544 72 27
Binary 1011101 11001 11101 0 1001001 1000101 1000000 101100100 111010 10111

Color Harmonies of #5D191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D191D

Black with #5D191D

Text Example


Text Example

White with #5D191D

Text Example


Text Example

HTML Codes & Css Web 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>