#5B141B

Color #5B141B Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5B141B

Tints of Burnt Crimson #5B141B

Color information

#5B141B (or 0x5B141B) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 14 and 1B. RGB value is (91,20,27). Sum of RGB (Red+Green+Blue) = 91+20+27=138 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.94% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 91 - color contains mainly: red. Hex color #5B141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B141B is #A4EBE4. Grayscale: #2A2A2A. Windows color (decimal): -10808293 or 1774683. OLE color: 1774683.

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

Color convert

RGB912027-
CMYK00.780.700.64
HSL354.08º63.96%21.76%-
HSV(B)354.08º78.02%35.69%-
XYZ4.762.81.33-
YUV42.03119.52162.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 65.94%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=65.94%
G=14.49%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91202700.780.700.64354.0863.9621.76
Hex5B141B04E46401624016
Octal1332433011610610054210026
Binary101101110100110110100111010001101000000101100010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B141B;
 }
 .AnyTagClassName
 {
   color: #5B141B;
 }
</style>
background-color css

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

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

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

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

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

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