#5B171A

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

Shades of Burnt Crimson #5B171A

Tints of Burnt Crimson #5B171A

Color information

#5B171A (or 0x5B171A) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 17 and 1A. RGB value is (91,23,26). Sum of RGB (Red+Green+Blue) = 91+23+26=140 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 91 - color contains mainly: red. Hex color #5B171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B171A is #A4E8E5. Grayscale: #2B2B2B. Windows color (decimal): -10807526 or 1709915. OLE color: 1709915.

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

Color convert

RGB912326-
CMYK00.750.710.64
HSL357.35º59.65%22.35%-
HSV(B)357.35º74.73%35.69%-
XYZ4.812.911.29-
YUV43.67118.03161.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 65%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=65%
G=16.43%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91232600.750.710.64357.3559.6522.35
Hex5B171A04B47401653c16
Octal133273201131071005457426
Binary10110111011111010010010111000111100000010110010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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