Html Css Color HEX #5A171A Burnt Crimson

📋 copy color: '#5A171A'

red 90 ◦ green 23 ◦ blue 26

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

Shades of Burnt Crimson #5A171A

Tints of Burnt Crimson #5A171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 64.75%
G = 16.55%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A171A (or 0x5A171A) is known color: Burnt Crimson. HEX triplet: 5A, 17 and 1A. RGB value is (90,23,26). Sum of RGB (Red+Green+Blue) = 90+23+26=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A171A is #A5E8E5. Grayscale: #2B2B2B. Windows color (decimal): -10873062 or 1709914. OLE color: 1709914.

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

Color convert

RGB 90 23 26 -
CMYK 0 0.74 0.71 0.65
HSL 357.31º 0.59% 0.22% -
HSV(B) 357.31º 0.74% 0.35% -
XYZ 4.71 2.86 1.28 -
YUV 43.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 90 23 26 0 0.74 0.71 0.65 357.31 0.59 0.22
Hex 5A 17 1A 0 4A 47 41 165 3B 16
Octal 132 27 32 0 112 107 101 545 73 26
Binary 1011010 10111 11010 0 1001010 1000111 1000001 101100101 111011 10110

Color Harmonies of #5A171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A171A

Black with #5A171A

Text Example


Text Example

White with #5A171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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