Html Css Color HEX #5B141C Burnt Crimson

📋 copy color: '#5B141C'

red 91 ◦ green 20 ◦ blue 28

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

Shades of Burnt Crimson #5B141C

Tints of Burnt Crimson #5B141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 65.47%
G = 14.39%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5B141C (or 0x5B141C) is known color: Burnt Crimson. HEX triplet: 5B, 14 and 1C. RGB value is (91,20,28). Sum of RGB (Red+Green+Blue) = 91+20+28=139 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.47% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 91 - color contains mainly: red. Hex color #5B141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B141C is #A4EBE3. Grayscale: #2A2A2A. Windows color (decimal): -10808292 or 1840219. OLE color: 1840219.

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

Color convert

RGB 91 20 28 -
CMYK 0 0.78 0.69 0.64
HSL 353.24º 0.64% 0.22% -
HSV(B) 353.24º 0.78% 0.36% -
XYZ 4.77 2.81 1.39 -
YUV 42.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 91 20 28 0 0.78 0.69 0.64 353.24 0.64 0.22
Hex 5B 14 1C 0 4E 45 40 161 40 16
Octal 133 24 34 0 116 105 100 541 100 26
Binary 1011011 10100 11100 0 1001110 1000101 1000000 101100001 1000000 10110

Color Harmonies of #5B141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B141C

Black with #5B141C

Text Example


Text Example

White with #5B141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,20,28); }

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

background-color css

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

 a { background-color: rgb(91,20,28); }

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

border-color css

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

 span { border-color: rgb(91,20,28); }

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