#5A191E

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

Shades of Burnt Crimson #5A191E

Tints of Burnt Crimson #5A191E

Color information

#5A191E (or 0x5A191E) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 19 and 1E. RGB value is (90,25,30). Sum of RGB (Red+Green+Blue) = 90+25+30=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A191E is #A5E6E1. Grayscale: #2D2D2D. Windows color (decimal): -10872546 or 1972570. OLE color: 1972570.

HSL color Cylindrical-coordinate representation of color #5A191E: hue angle of 355.38º 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 #5A191E is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB902530-
CMYK00.720.670.65
HSL355.38º56.52%22.55%-
HSV(B)355.38º72.22%35.29%-
XYZ4.82.961.55-
YUV45119.53160.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 62.07%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=62.07%
G=17.24%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90253000.720.670.65355.3856.5222.55
Hex5A191E04843411633917
Octal132313601101031015437127
Binary10110101100111110010010001000011100000110110001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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