Html Css Color HEX #D37276 Froly

📋 copy color: '#D37276'

red 211 ◦ green 114 ◦ blue 118

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

Shades of Froly #D37276

Tints of Froly #D37276

RGB

 RED value IS 211 (82.81% from 255) = 47.63%

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

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 47.63%
G = 25.73%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D37276 (or 0xD37276) is known color: Froly. HEX triplet: D3, 72 and 76. RGB value is (211,114,118). Sum of RGB (Red+Green+Blue) = 211+114+118=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D37276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37276 is #2C8D89. Grayscale: #8F8F8F. Windows color (decimal): -2919818 or 7762643. OLE color: 7762643.

HSL color Cylindrical-coordinate representation of color #D37276: hue angle of 357.53º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37276 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 114 118 -
CMYK 0 0.46 0.44 0.17
HSL 357.53º 0.52% 0.64% -
HSV(B) 357.53º 0.46% 0.83% -
XYZ 36.15 27.19 20.48 -
YUV 143.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 211 114 118 0 0.46 0.44 0.17 357.53 0.52 0.64
Hex D3 72 76 0 2E 2C 11 166 34 40
Octal 323 162 166 0 56 54 21 546 64 100
Binary 11010011 1110010 1110110 0 101110 101100 10001 101100110 110100 1000000

Color Harmonies of #D37276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37276

Black with #D37276

Text Example


Text Example

White with #D37276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37276; }

 p { color: rgb(211,114,118); }

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

background-color css

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

 a { background-color: rgb(211,114,118); }

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

border-color css

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

 span { border-color: rgb(211,114,118); }

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