#D5353C

Color #D5353C Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #D5353C

Tints of Mahogany #D5353C

Color information

#D5353C (or 0xD5353C) is unknown color: approx Mahogany. HEX triplet: D5, 35 and 3C. RGB value is (213,53,60). Sum of RGB (Red+Green+Blue) = 213+53+60=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5353C is #2ACAC3. Grayscale: #656565. Windows color (decimal): -2804420 or 3945941. OLE color: 3945941.

HSL color Cylindrical-coordinate representation of color #D5353C: hue angle of 357.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5353C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB2135360-
CMYK00.750.720.16
HSL357.38º65.57%52.16%-
HSV(B)357.38º75.12%83.53%-
XYZ29.5317.026-
YUV101.64104.51207.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.34%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 60 (23.83% from 255) = 18.40%
R=65.34%
G=16.26%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213536000.750.720.16357.3865.5752.16
HexD5353C04B48101654234
Octal325657401131102054510264
Binary11010101110101111100010010111001000100001011001011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5353C; }

 p { color: rgb(213,53,60); }

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

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

 a { background-color: rgb(213,53,60); }

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

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

 span { border-color: rgb(213,53,60); }

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