Html Css Color HEX #5B1117 Burnt Crimson

📋 copy color: '#5B1117'

red 91 ◦ green 17 ◦ blue 23

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

Shades of Burnt Crimson #5B1117

Tints of Burnt Crimson #5B1117

RGB

 RED value IS 91 (35.94% from 255) = 69.47%

 GREEN value IS 17 (7.03% from 255) = 12.98%

 BLUE value IS 23 (9.38% from 255) = 17.56%

R = 69.47%
G = 12.98%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#5B1117 (or 0x5B1117) is known color: Burnt Crimson. HEX triplet: 5B, 11 and 17. RGB value is (91,17,23). Sum of RGB (Red+Green+Blue) = 91+17+23=131 (17% of max value = 765). Red value is 91 (35.94% from 255 or 69.47% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1117 is #A4EEE8. Grayscale: #272727. Windows color (decimal): -10809065 or 1511771. OLE color: 1511771.

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

Color convert

RGB 91 17 23 -
CMYK 0 0.81 0.75 0.64
HSL 355.14º 0.69% 0.21% -
HSV(B) 355.14º 0.81% 0.36% -
XYZ 4.67 2.69 1.08 -
YUV 39.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 91 17 23 0 0.81 0.75 0.64 355.14 0.69 0.21
Hex 5B 11 17 0 51 4B 40 163 45 15
Octal 133 21 27 0 121 113 100 543 105 25
Binary 1011011 10001 10111 0 1010001 1001011 1000000 101100011 1000101 10101

Color Harmonies of #5B1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1117

Black with #5B1117

Text Example


Text Example

White with #5B1117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,17,23); }

 H1.HeaderClassName
 {
   color: #5B1117;
 }
 .AnyTagClassName
 {
   color: #5B1117;
 }
</style>

background-color css

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

 a { background-color: rgb(91,17,23); }

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

border-color css

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

 span { border-color: rgb(91,17,23); }

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