Html Css Color HEX #D07273 Froly

📋 copy color: '#D07273'

red 208 ◦ green 114 ◦ blue 115

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

Shades of Froly #D07273

Tints of Froly #D07273

RGB

 RED value IS 208 (81.64% from 255) = 47.6%

 GREEN value IS 114 (44.92% from 255) = 26.09%

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 47.6%
G = 26.09%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D07273 (or 0xD07273) is known color: Froly. HEX triplet: D0, 72 and 73. RGB value is (208,114,115). Sum of RGB (Red+Green+Blue) = 208+114+115=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D07273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07273 is #2F8D8C. Grayscale: #8E8E8E. Windows color (decimal): -3116429 or 7566032. OLE color: 7566032.

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

Color convert

RGB 208 114 115 -
CMYK 0 0.45 0.45 0.18
HSL 359.36º 0.5% 0.63% -
HSV(B) 359.36º 0.45% 0.82% -
XYZ 35.12 26.68 19.52 -
YUV 142.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 208 114 115 0 0.45 0.45 0.18 359.36 0.5 0.63
Hex D0 72 73 0 2D 2D 12 167 32 3F
Octal 320 162 163 0 55 55 22 547 62 77
Binary 11010000 1110010 1110011 0 101101 101101 10010 101100111 110010 111111

Color Harmonies of #D07273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07273

Black with #D07273

Text Example


Text Example

White with #D07273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07273; }

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

 H1.HeaderClassName
 {
   color: #D07273;
 }
 .AnyTagClassName
 {
   color: #D07273;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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