#5D1A1B

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

Shades of Burnt Crimson #5D1A1B

Tints of Burnt Crimson #5D1A1B

Color information

#5D1A1B (or 0x5D1A1B) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 1A and 1B. RGB value is (93,26,27). Sum of RGB (Red+Green+Blue) = 93+26+27=146 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.70% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1A1B is #A2E5E4. Grayscale: #2E2E2E. Windows color (decimal): -10675685 or 1776221. OLE color: 1776221.

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

Color convert

RGB932627-
CMYK00.720.710.64
HSL359.1º56.3%23.33%-
HSV(B)359.1º72.04%36.47%-
XYZ5.083.151.38-
YUV46.15117.2161.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 63.70%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=63.70%
G=17.81%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93262700.720.710.64359.156.323.33
Hex5D1A1B04847401673817
Octal135323301101071005477027
Binary10111011101011011010010001000111100000010110011111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,26,27); }

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

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

 a { background-color: rgb(93,26,27); }

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

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

 span { border-color: rgb(93,26,27); }

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