Html Css Color HEX #5A1E1F Burnt Crimson

📋 copy color: '#5A1E1F'

red 90 ◦ green 30 ◦ blue 31

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

Shades of Burnt Crimson #5A1E1F

Tints of Burnt Crimson #5A1E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.87%

 BLUE value IS 31 (12.5% from 255) = 20.53%

R = 59.6%
G = 19.87%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A1E1F (or 0x5A1E1F) is known color: Burnt Crimson. HEX triplet: 5A, 1E and 1F. RGB value is (90,30,31). Sum of RGB (Red+Green+Blue) = 90+30+31=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E1F is #A5E1E0. Grayscale: #303030. Windows color (decimal): -10871265 or 2039386. OLE color: 2039386.

HSL color Cylindrical-coordinate representation of color #5A1E1F: hue angle of 359º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E1F is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 30 31 -
CMYK 0 0.67 0.66 0.65
HSL 359º 0.5% 0.24% -
HSV(B) 359º 0.67% 0.35% -
XYZ 4.93 3.2 1.65 -
YUV 48.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 90 30 31 0 0.67 0.66 0.65 359 0.5 0.24
Hex 5A 1E 1F 0 43 42 41 167 32 18
Octal 132 36 37 0 103 102 101 547 62 30
Binary 1011010 11110 11111 0 1000011 1000010 1000001 101100111 110010 11000

Color Harmonies of #5A1E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E1F

Black with #5A1E1F

Text Example


Text Example

White with #5A1E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,30,31); }

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

background-color css

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

 a { background-color: rgb(90,30,31); }

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

border-color css

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

 span { border-color: rgb(90,30,31); }

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