Html Css Color HEX #5B1F26 Burnt Crimson

📋 copy color: '#5B1F26'

red 91 ◦ green 31 ◦ blue 38

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

Shades of Burnt Crimson #5B1F26

Tints of Burnt Crimson #5B1F26

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.38%

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 56.88%
G = 19.38%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#5B1F26 (or 0x5B1F26) is known color: Burnt Crimson. HEX triplet: 5B, 1F and 26. RGB value is (91,31,38). Sum of RGB (Red+Green+Blue) = 91+31+38=160 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.88% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F26 is #A4E0D9. Grayscale: #313131. Windows color (decimal): -10805466 or 2498395. OLE color: 2498395.

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

Color convert

RGB 91 31 38 -
CMYK 0 0.66 0.58 0.64
HSL 353º 0.49% 0.24% -
HSV(B) 353º 0.66% 0.36% -
XYZ 5.15 3.34 2.21 -
YUV 49.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 91 31 38 0 0.66 0.58 0.64 353 0.49 0.24
Hex 5B 1F 26 0 42 3A 40 161 31 18
Octal 133 37 46 0 102 72 100 541 61 30
Binary 1011011 11111 100110 0 1000010 111010 1000000 101100001 110001 11000

Color Harmonies of #5B1F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1F26

Black with #5B1F26

Text Example


Text Example

White with #5B1F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,31,38); }

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

background-color css

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

 a { background-color: rgb(91,31,38); }

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

border-color css

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

 span { border-color: rgb(91,31,38); }

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