#D07172

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

Shades of Froly #D07172

Tints of Froly #D07172

Color information

#D07172 (or 0xD07172) is unknown color: approx Froly. HEX triplet: D0, 71 and 72. RGB value is (208,113,114). Sum of RGB (Red+Green+Blue) = 208+113+114=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D07172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07172 is #2F8E8D. Grayscale: #8D8D8D. Windows color (decimal): -3116686 or 7500240. OLE color: 7500240.

HSL color Cylindrical-coordinate representation of color #D07172: hue angle of 359.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07172 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB208113114-
CMYK00.460.450.18
HSL359.37º50.26%62.94%-
HSV(B)359.37º45.67%81.57%-
XYZ34.9526.4419.18-
YUV141.52112.47175.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.82%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=47.82%
G=25.98%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811311400.460.450.18359.3750.2662.94
HexD0717202E2D12167323f
Octal32016116205655225476277
Binary1101000011100011110010010111010110110010101100111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07172; }

 p { color: rgb(208,113,114); }

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

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

 a { background-color: rgb(208,113,114); }

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

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

 span { border-color: rgb(208,113,114); }

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