#D37576

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

Shades of Froly #D37576

Tints of Froly #D37576

Color information

#D37576 (or 0xD37576) is unknown color: approx Froly. HEX triplet: D3, 75 and 76. RGB value is (211,117,118). Sum of RGB (Red+Green+Blue) = 211+117+118=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D37576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37576 is #2C8A89. Grayscale: #919191. Windows color (decimal): -2919050 or 7763411. OLE color: 7763411.

HSL color Cylindrical-coordinate representation of color #D37576: hue angle of 359.36º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37576 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB211117118-
CMYK00.450.440.17
HSL359.36º51.65%64.31%-
HSV(B)359.36º44.55%82.75%-
XYZ36.527.8820.6-
YUV145.22112.64174.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.31%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=47.31%
G=26.23%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111711800.450.440.17359.3651.6564.31
HexD3757602D2C111673440
Octal323165166055542154764100
Binary11010011111010111101100101101101100100011011001111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37576; }

 p { color: rgb(211,117,118); }

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

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

 a { background-color: rgb(211,117,118); }

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

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

 span { border-color: rgb(211,117,118); }

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