#5A2327

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

Shades of Burnt Crimson #5A2327

Tints of Burnt Crimson #5A2327

Color information

#5A2327 (or 0x5A2327) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 23 and 27. RGB value is (90,35,39). Sum of RGB (Red+Green+Blue) = 90+35+39=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2327 is #A5DCD8. Grayscale: #333333. Windows color (decimal): -10869977 or 2564954. OLE color: 2564954.

HSL color Cylindrical-coordinate representation of color #5A2327: hue angle of 355.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A2327 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB903539-
CMYK00.610.570.65
HSL355.64º44%24.51%-
HSV(B)355.64º61.11%35.29%-
XYZ5.183.522.33-
YUV51.9120.72155.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.88%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=54.88%
G=21.34%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90353900.610.570.65355.644424.51
Hex5A232703D39411642c19
Octal1324347075711015445431
Binary10110101000111001110111101111001100000110110010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,35,39); }

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

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

 a { background-color: rgb(90,35,39); }

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

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

 span { border-color: rgb(90,35,39); }

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