Html Css Color HEX #5B1F25 Burnt Crimson

📋 copy color: '#5B1F25'

red 91 ◦ green 31 ◦ blue 37

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

Shades of Burnt Crimson #5B1F25

Tints of Burnt Crimson #5B1F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.27%

R = 57.23%
G = 19.5%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#5B1F25 (or 0x5B1F25) is known color: Burnt Crimson. HEX triplet: 5B, 1F and 25. RGB value is (91,31,37). Sum of RGB (Red+Green+Blue) = 91+31+37=159 (21% of max value = 765). Red value is 91 (35.94% from 255 or 57.23% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F25 is #A4E0DA. Grayscale: #313131. Windows color (decimal): -10805467 or 2432859. OLE color: 2432859.

HSL color Cylindrical-coordinate representation of color #5B1F25: hue angle of 354º 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 #5B1F25 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 31 37 -
CMYK 0 0.66 0.59 0.64
HSL 354º 0.49% 0.24% -
HSV(B) 354º 0.66% 0.36% -
XYZ 5.14 3.34 2.12 -
YUV 49.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 91 31 37 0 0.66 0.59 0.64 354 0.49 0.24
Hex 5B 1F 25 0 42 3B 40 162 31 18
Octal 133 37 45 0 102 73 100 542 61 30
Binary 1011011 11111 100101 0 1000010 111011 1000000 101100010 110001 11000

Color Harmonies of #5B1F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1F25

Black with #5B1F25

Text Example


Text Example

White with #5B1F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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