Html Css Color HEX #5A1319 Burnt Crimson

📋 copy color: '#5A1319'

red 90 ◦ green 19 ◦ blue 25

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

Shades of Burnt Crimson #5A1319

Tints of Burnt Crimson #5A1319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

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

R = 67.16%
G = 14.18%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A1319 (or 0x5A1319) is known color: Burnt Crimson. HEX triplet: 5A, 13 and 19. RGB value is (90,19,25). Sum of RGB (Red+Green+Blue) = 90+19+25=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1319 is #A5ECE6. Grayscale: #282828. Windows color (decimal): -10874087 or 1643354. OLE color: 1643354.

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

Color convert

RGB 90 19 25 -
CMYK 0 0.79 0.72 0.65
HSL 354.93º 0.65% 0.21% -
HSV(B) 354.93º 0.79% 0.35% -
XYZ 4.62 2.71 1.2 -
YUV 40.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 90 19 25 0 0.79 0.72 0.65 354.93 0.65 0.21
Hex 5A 13 19 0 4F 48 41 163 41 15
Octal 132 23 31 0 117 110 101 543 101 25
Binary 1011010 10011 11001 0 1001111 1001000 1000001 101100011 1000001 10101

Color Harmonies of #5A1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1319

Black with #5A1319

Text Example


Text Example

White with #5A1319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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