#D07275

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

Shades of Froly #D07275

Tints of Froly #D07275

Color information

#D07275 (or 0xD07275) is unknown color: approx Froly. HEX triplet: D0, 72 and 75. RGB value is (208,114,117). Sum of RGB (Red+Green+Blue) = 208+114+117=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D07275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07275 is #2F8D8A. Grayscale: #8E8E8E. Windows color (decimal): -3116427 or 7697104. OLE color: 7697104.

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

Color convert

RGB208114117-
CMYK00.450.440.18
HSL358.09º50%63.14%-
HSV(B)358.09º45.19%81.57%-
XYZ35.2426.7320.13-
YUV142.45113.64174.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=47.38%
G=25.97%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811411700.450.440.18358.095063.14
HexD0727502D2C12166323f
Octal32016216505554225466277
Binary1101000011100101110101010110110110010010101100110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07275; }

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

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

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

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

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

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

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

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