Html Css Color HEX #5A1314 Burnt Crimson

📋 copy color: '#5A1314'

red 90 ◦ green 19 ◦ blue 20

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

Shades of Burnt Crimson #5A1314

Tints of Burnt Crimson #5A1314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 69.77%
G = 14.73%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#5A1314 (or 0x5A1314) is known color: Burnt Crimson. HEX triplet: 5A, 13 and 14. RGB value is (90,19,20). Sum of RGB (Red+Green+Blue) = 90+19+20=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1314 is #A5ECEB. Grayscale: #282828. Windows color (decimal): -10874092 or 1315674. OLE color: 1315674.

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

Color convert

RGB 90 19 20 -
CMYK 0 0.79 0.78 0.65
HSL 359.15º 0.65% 0.21% -
HSV(B) 359.15º 0.79% 0.35% -
XYZ 4.58 2.69 0.94 -
YUV 40.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 90 19 20 0 0.79 0.78 0.65 359.15 0.65 0.21
Hex 5A 13 14 0 4F 4E 41 167 41 15
Octal 132 23 24 0 117 116 101 547 101 25
Binary 1011010 10011 10100 0 1001111 1001110 1000001 101100111 1000001 10101

Color Harmonies of #5A1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1314

Black with #5A1314

Text Example


Text Example

White with #5A1314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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