Html Css Color HEX #5A1517 Burnt Crimson

📋 copy color: '#5A1517'

red 90 ◦ green 21 ◦ blue 23

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

Shades of Burnt Crimson #5A1517

Tints of Burnt Crimson #5A1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

 BLUE value IS 23 (9.38% from 255) = 17.16%

R = 67.16%
G = 15.67%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#5A1517 (or 0x5A1517) is known color: Burnt Crimson. HEX triplet: 5A, 15 and 17. RGB value is (90,21,23). Sum of RGB (Red+Green+Blue) = 90+21+23=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1517 is #A5EAE8. Grayscale: #292929. Windows color (decimal): -10873577 or 1512794. OLE color: 1512794.

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

Color convert

RGB 90 21 23 -
CMYK 0 0.77 0.74 0.65
HSL 358.26º 0.62% 0.22% -
HSV(B) 358.26º 0.77% 0.35% -
XYZ 4.64 2.77 1.1 -
YUV 41.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 90 21 23 0 0.77 0.74 0.65 358.26 0.62 0.22
Hex 5A 15 17 0 4D 4A 41 166 3E 16
Octal 132 25 27 0 115 112 101 546 76 26
Binary 1011010 10101 10111 0 1001101 1001010 1000001 101100110 111110 10110

Color Harmonies of #5A1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1517

Black with #5A1517

Text Example


Text Example

White with #5A1517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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