Html Css Color HEX #5A1920 Burnt Crimson

📋 copy color: '#5A1920'

red 90 ◦ green 25 ◦ blue 32

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

Shades of Burnt Crimson #5A1920

Tints of Burnt Crimson #5A1920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 32 (12.89% from 255) = 21.77%

R = 61.22%
G = 17.01%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A1920 (or 0x5A1920) is known color: Burnt Crimson. HEX triplet: 5A, 19 and 20. RGB value is (90,25,32). Sum of RGB (Red+Green+Blue) = 90+25+32=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1920 is #A5E6DF. Grayscale: #2D2D2D. Windows color (decimal): -10872544 or 2103642. OLE color: 2103642.

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

Color convert

RGB 90 25 32 -
CMYK 0 0.72 0.64 0.65
HSL 353.54º 0.57% 0.23% -
HSV(B) 353.54º 0.72% 0.35% -
XYZ 4.82 2.97 1.69 -
YUV 45.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 90 25 32 0 0.72 0.64 0.65 353.54 0.57 0.23
Hex 5A 19 20 0 48 40 41 162 39 17
Octal 132 31 40 0 110 100 101 542 71 27
Binary 1011010 11001 100000 0 1001000 1000000 1000001 101100010 111001 10111

Color Harmonies of #5A1920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1920

Black with #5A1920

Text Example


Text Example

White with #5A1920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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