Html Css Color HEX #5A1119 Burnt Crimson

📋 copy color: '#5A1119'

red 90 ◦ green 17 ◦ blue 25

#5A1119
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #5A1119

Tints of Burnt Crimson #5A1119

RGB

 RED value IS 90 (35.55% from 255) = 68.18%

 GREEN value IS 17 (7.03% from 255) = 12.88%

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 68.18%
G = 12.88%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A1119 (or 0x5A1119) is known color: Burnt Crimson. HEX triplet: 5A, 11 and 19. RGB value is (90,17,25). Sum of RGB (Red+Green+Blue) = 90+17+25=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1119 is #A5EEE6. Grayscale: #272727. Windows color (decimal): -10874599 or 1642842. OLE color: 1642842.

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

Color convert

RGB 90 17 25 -
CMYK 0 0.81 0.72 0.65
HSL 353.42º 0.68% 0.21% -
HSV(B) 353.42º 0.81% 0.35% -
XYZ 4.59 2.64 1.19 -
YUV 39.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 90 17 25 0 0.81 0.72 0.65 353.42 0.68 0.21
Hex 5A 11 19 0 51 48 41 161 44 15
Octal 132 21 31 0 121 110 101 541 104 25
Binary 1011010 10001 11001 0 1010001 1001000 1000001 101100001 1000100 10101

Color Harmonies of #5A1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1119

Black with #5A1119

Text Example


Text Example

White with #5A1119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A1119;
 }
 .AnyTagClassName
 {
   color: #5A1119;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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