Html Css Color HEX #5A191E Burnt Crimson

📋 copy color: '#5A191E'

red 90 ◦ green 25 ◦ blue 30

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

Shades of Burnt Crimson #5A191E

Tints of Burnt Crimson #5A191E

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 value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A191E (or 0x5A191E) is known color: 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

RGB 90 25 30 -
CMYK 0 0.72 0.67 0.65
HSL 355.38º 0.57% 0.23% -
HSV(B) 355.38º 0.72% 0.35% -
XYZ 4.8 2.96 1.55 -
YUV 45.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 90 25 30 0 0.72 0.67 0.65 355.38 0.57 0.23
Hex 5A 19 1E 0 48 43 41 163 39 17
Octal 132 31 36 0 110 103 101 543 71 27
Binary 1011010 11001 11110 0 1001000 1000011 1000001 101100011 111001 10111

Color Harmonies of #5A191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A191E

Black with #5A191E

Text Example


Text Example

White with #5A191E

Text Example


Text Example

HTML Codes & Css Web 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>