Html Css Color HEX #D07172 Froly

📋 copy color: '#D07172'

red 208 ◦ green 113 ◦ blue 114

#D07172
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D07172

Tints of Froly #D07172

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 value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D07172 (or 0xD07172) is known color: 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

RGB 208 113 114 -
CMYK 0 0.46 0.45 0.18
HSL 359.37º 0.5% 0.63% -
HSV(B) 359.37º 0.46% 0.82% -
XYZ 34.95 26.44 19.18 -
YUV 141.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 208 113 114 0 0.46 0.45 0.18 359.37 0.5 0.63
Hex D0 71 72 0 2E 2D 12 167 32 3F
Octal 320 161 162 0 56 55 22 547 62 77
Binary 11010000 1110001 1110010 0 101110 101101 10010 101100111 110010 111111

Color Harmonies of #D07172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07172

Black with #D07172

Text Example


Text Example

White with #D07172

Text Example


Text Example

HTML Codes & Css Web 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>