#5D2429

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

Shades of Burnt Crimson #5D2429

Tints of Burnt Crimson #5D2429

Color information

#5D2429 (or 0x5D2429) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 24 and 29. RGB value is (93,36,41). Sum of RGB (Red+Green+Blue) = 93+36+41=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2429 is #A2DBD6. Grayscale: #353535. Windows color (decimal): -10673111 or 2696285. OLE color: 2696285.

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

Color convert

RGB933641-
CMYK00.610.560.64
HSL354.74º44.19%25.29%-
HSV(B)354.74º61.29%36.47%-
XYZ5.553.752.53-
YUV53.61120.88156.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.71%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 41 (16.41% from 255) = 24.12%
R=54.71%
G=21.18%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93364100.610.560.64354.7444.1925.29
Hex5D242903D38401632c19
Octal1354451075701005435431
Binary10111011001001010010111101111000100000010110001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,36,41); }

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

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

 a { background-color: rgb(93,36,41); }

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

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

 span { border-color: rgb(93,36,41); }

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