#5A191F

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

Shades of Burnt Crimson #5A191F

Tints of Burnt Crimson #5A191F

Color information

#5A191F (or 0x5A191F) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 19 and 1F. RGB value is (90,25,31). Sum of RGB (Red+Green+Blue) = 90+25+31=146 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.64% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 90 - color contains mainly: red. Hex color #5A191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A191F is #A5E6E0. Grayscale: #2D2D2D. Windows color (decimal): -10872545 or 2038106. OLE color: 2038106.

HSL color Cylindrical-coordinate representation of color #5A191F: hue angle of 354.46º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A191F is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB902531-
CMYK00.720.660.65
HSL354.46º56.52%22.55%-
HSV(B)354.46º72.22%35.29%-
XYZ4.812.971.62-
YUV45.12120.03160.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 61.64%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=61.64%
G=17.12%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90253100.720.660.65354.4656.5222.55
Hex5A191F04842411623917
Octal132313701101021015427127
Binary10110101100111111010010001000010100000110110001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,25,31); }

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

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

 a { background-color: rgb(90,25,31); }

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

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

 span { border-color: rgb(90,25,31); }

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