#5D232B

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

Shades of Burnt Crimson #5D232B

Tints of Burnt Crimson #5D232B

Color information

#5D232B (or 0x5D232B) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 23 and 2B. RGB value is (93,35,43). Sum of RGB (Red+Green+Blue) = 93+35+43=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D232B is #A2DCD4. Grayscale: #353535. Windows color (decimal): -10673365 or 2827101. OLE color: 2827101.

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

Color convert

RGB933543-
CMYK00.620.540.64
HSL351.72º45.31%25.1%-
HSV(B)351.72º62.37%36.47%-
XYZ5.553.72.71-
YUV53.25122.22156.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.39%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=54.39%
G=20.47%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93354300.620.540.64351.7245.3125.1
Hex5D232B03E36401602d19
Octal1354353076661005405531
Binary10111011000111010110111110110110100000010110000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,35,43); }

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

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

 a { background-color: rgb(93,35,43); }

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

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

 span { border-color: rgb(93,35,43); }

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