Html Css Color HEX #5A171F Burnt Crimson

📋 copy color: '#5A171F'

red 90 ◦ green 23 ◦ blue 31

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

Shades of Burnt Crimson #5A171F

Tints of Burnt Crimson #5A171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 62.5%
G = 15.97%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A171F (or 0x5A171F) is known color: Burnt Crimson. HEX triplet: 5A, 17 and 1F. RGB value is (90,23,31). Sum of RGB (Red+Green+Blue) = 90+23+31=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A171F is #A5E8E0. Grayscale: #2B2B2B. Windows color (decimal): -10873057 or 2037594. OLE color: 2037594.

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

Color convert

RGB 90 23 31 -
CMYK 0 0.74 0.66 0.65
HSL 352.84º 0.59% 0.22% -
HSV(B) 352.84º 0.74% 0.35% -
XYZ 4.77 2.89 1.6 -
YUV 43.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 90 23 31 0 0.74 0.66 0.65 352.84 0.59 0.22
Hex 5A 17 1F 0 4A 42 41 161 3B 16
Octal 132 27 37 0 112 102 101 541 73 26
Binary 1011010 10111 11111 0 1001010 1000010 1000001 101100001 111011 10110

Color Harmonies of #5A171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A171F

Black with #5A171F

Text Example


Text Example

White with #5A171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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