#D37577

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

Shades of Froly #D37577

Tints of Froly #D37577

Color information

#D37577 (or 0xD37577) is unknown color: approx Froly. HEX triplet: D3, 75 and 77. RGB value is (211,117,119). Sum of RGB (Red+Green+Blue) = 211+117+119=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D37577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37577 is #2C8A88. Grayscale: #919191. Windows color (decimal): -2919049 or 7828947. OLE color: 7828947.

HSL color Cylindrical-coordinate representation of color #D37577: hue angle of 358.72º 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 #D37577 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB211117119-
CMYK00.450.440.17
HSL358.72º51.65%64.31%-
HSV(B)358.72º44.55%82.75%-
XYZ36.5627.920.91-
YUV145.33113.14174.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.20%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=47.20%
G=26.17%
B=26.62%

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
Decimal21111711900.450.440.17358.7251.6564.31
HexD3757702D2C111673440
Octal323165167055542154764100
Binary11010011111010111101110101101101100100011011001111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37577; }

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

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

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

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

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

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

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

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