#5A171B

Color #5A171B Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5A171B

Tints of Burnt Crimson #5A171B

Color information

#5A171B (or 0x5A171B) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 17 and 1B. RGB value is (90,23,27). Sum of RGB (Red+Green+Blue) = 90+23+27=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A171B is #A5E8E4. Grayscale: #2B2B2B. Windows color (decimal): -10873061 or 1775450. OLE color: 1775450.

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

Color convert

RGB902327-
CMYK00.740.700.65
HSL356.42º59.29%22.16%-
HSV(B)356.42º74.44%35.29%-
XYZ4.722.871.34-
YUV43.49118.7161.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.29%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=64.29%
G=16.43%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90232700.740.700.65356.4259.2922.16
Hex5A171B04A46411643b16
Octal132273301121061015447326
Binary10110101011111011010010101000110100000110110010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A171B;
 }
 .AnyTagClassName
 {
   color: #5A171B;
 }
</style>
background-color css

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

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

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

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

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

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