#D74648

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

Shades of Mandy #D74648

Tints of Mandy #D74648

Color information

#D74648 (or 0xD74648) is unknown color: approx Mandy. HEX triplet: D7, 46 and 48. RGB value is (215,70,72). Sum of RGB (Red+Green+Blue) = 215+70+72=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D74648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74648 is #28B9B7. Grayscale: #717171. Windows color (decimal): -2668984 or 4736727. OLE color: 4736727.

HSL color Cylindrical-coordinate representation of color #D74648: hue angle of 359.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74648 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2157072-
CMYK00.670.670.16
HSL359.17º64.44%55.88%-
HSV(B)359.17º67.44%84.31%-
XYZ31.3819.38.2-
YUV113.58104.54200.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 60.22%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=60.22%
G=19.61%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215707200.670.670.16359.1764.4455.88
HexD7464804343101674038
Octal32710611001031032054710070
Binary1101011110001101001000010000111000011100001011001111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74648; }

 p { color: rgb(215,70,72); }

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

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

 a { background-color: rgb(215,70,72); }

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

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

 span { border-color: rgb(215,70,72); }

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