Html Css Color HEX #5A1017 Burnt Crimson

📋 copy color: '#5A1017'

red 90 ◦ green 16 ◦ blue 23

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

Shades of Burnt Crimson #5A1017

Tints of Burnt Crimson #5A1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.4%

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

R = 69.77%
G = 12.4%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#5A1017 (or 0x5A1017) is known color: Burnt Crimson. HEX triplet: 5A, 10 and 17. RGB value is (90,16,23). Sum of RGB (Red+Green+Blue) = 90+16+23=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1017 is #A5EFE8. Grayscale: #262626. Windows color (decimal): -10874857 or 1511514. OLE color: 1511514.

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

Color convert

RGB 90 16 23 -
CMYK 0 0.82 0.74 0.65
HSL 354.32º 0.7% 0.21% -
HSV(B) 354.32º 0.82% 0.35% -
XYZ 4.56 2.61 1.07 -
YUV 38.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 90 16 23 0 0.82 0.74 0.65 354.32 0.7 0.21
Hex 5A 10 17 0 52 4A 41 162 46 15
Octal 132 20 27 0 122 112 101 542 106 25
Binary 1011010 10000 10111 0 1010010 1001010 1000001 101100010 1000110 10101

Color Harmonies of #5A1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1017

Black with #5A1017

Text Example


Text Example

White with #5A1017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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