#5D1619

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

Shades of Burnt Crimson #5D1619

Tints of Burnt Crimson #5D1619

Color information

#5D1619 (or 0x5D1619) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 16 and 19. RGB value is (93,22,25). Sum of RGB (Red+Green+Blue) = 93+22+25=140 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.43% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1619 is #A2E9E6. Grayscale: #2B2B2B. Windows color (decimal): -10676711 or 1644125. OLE color: 1644125.

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

Color convert

RGB932225-
CMYK00.760.730.64
HSL357.46º61.74%22.55%-
HSV(B)357.46º76.34%36.47%-
XYZ4.982.971.23-
YUV43.57117.52163.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 66.43%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=66.43%
G=15.71%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93222500.760.730.64357.4661.7422.55
Hex5D161904C49401653e17
Octal135263101141111005457627
Binary10111011011011001010011001001001100000010110010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,22,25); }

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

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

 a { background-color: rgb(93,22,25); }

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

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

 span { border-color: rgb(93,22,25); }

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