Html Css Color HEX #D36971 Froly

📋 copy color: '#D36971'

red 211 ◦ green 105 ◦ blue 113

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

Shades of Froly #D36971

Tints of Froly #D36971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.48%

 BLUE value IS 113 (44.53% from 255) = 26.34%

R = 49.18%
G = 24.48%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D36971 (or 0xD36971) is known color: Froly. HEX triplet: D3, 69 and 71. RGB value is (211,105,113). Sum of RGB (Red+Green+Blue) = 211+105+113=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D36971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36971 is #2C968E. Grayscale: #898989. Windows color (decimal): -2922127 or 7432659. OLE color: 7432659.

HSL color Cylindrical-coordinate representation of color #D36971: hue angle of 355.47º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36971 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 105 113 -
CMYK 0 0.50 0.46 0.17
HSL 355.47º 0.55% 0.62% -
HSV(B) 355.47º 0.5% 0.83% -
XYZ 34.9 25.14 18.64 -
YUV 137.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 211 105 113 0 0.50 0.46 0.17 355.47 0.55 0.62
Hex D3 69 71 0 32 2E 11 163 37 3E
Octal 323 151 161 0 62 56 21 543 67 76
Binary 11010011 1101001 1110001 0 110010 101110 10001 101100011 110111 111110

Color Harmonies of #D36971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36971

Black with #D36971

Text Example


Text Example

White with #D36971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36971; }

 p { color: rgb(211,105,113); }

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

background-color css

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

 a { background-color: rgb(211,105,113); }

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

border-color css

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

 span { border-color: rgb(211,105,113); }

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