#5D2129

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

Shades of Burnt Crimson #5D2129

Tints of Burnt Crimson #5D2129

Color information

#5D2129 (or 0x5D2129) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 21 and 29. RGB value is (93,33,41). Sum of RGB (Red+Green+Blue) = 93+33+41=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2129 is #A2DED6. Grayscale: #333333. Windows color (decimal): -10673879 or 2695517. OLE color: 2695517.

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

Color convert

RGB933341-
CMYK00.650.560.64
HSL352º47.62%24.71%-
HSV(B)352º64.52%36.47%-
XYZ5.463.572.5-
YUV51.85121.88157.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.69%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=55.69%
G=19.76%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93334100.650.560.6435247.6224.71
Hex5D212904138401603019
Octal13541510101701005406031
Binary101110110000110100101000001111000100000010110000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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