Html Css Color HEX #5A131B Burnt Crimson

📋 copy color: '#5A131B'

red 90 ◦ green 19 ◦ blue 27

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

Shades of Burnt Crimson #5A131B

Tints of Burnt Crimson #5A131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.85%

R = 66.18%
G = 13.97%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#5A131B (or 0x5A131B) is known color: Burnt Crimson. HEX triplet: 5A, 13 and 1B. RGB value is (90,19,27). Sum of RGB (Red+Green+Blue) = 90+19+27=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A131B is #A5ECE4. Grayscale: #292929. Windows color (decimal): -10874085 or 1774426. OLE color: 1774426.

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

Color convert

RGB 90 19 27 -
CMYK 0 0.79 0.70 0.65
HSL 353.24º 0.65% 0.21% -
HSV(B) 353.24º 0.79% 0.35% -
XYZ 4.65 2.72 1.32 -
YUV 41.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 90 19 27 0 0.79 0.70 0.65 353.24 0.65 0.21
Hex 5A 13 1B 0 4F 46 41 161 41 15
Octal 132 23 33 0 117 106 101 541 101 25
Binary 1011010 10011 11011 0 1001111 1000110 1000001 101100001 1000001 10101

Color Harmonies of #5A131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A131B

Black with #5A131B

Text Example


Text Example

White with #5A131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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