Html Css Color HEX #D37576 Froly

📋 copy color: '#D37576'

red 211 ◦ green 117 ◦ blue 118

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

Shades of Froly #D37576

Tints of Froly #D37576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.23%

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

R = 47.31%
G = 26.23%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D37576 (or 0xD37576) is known color: Froly. HEX triplet: D3, 75 and 76. RGB value is (211,117,118). Sum of RGB (Red+Green+Blue) = 211+117+118=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D37576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37576 is #2C8A89. Grayscale: #919191. Windows color (decimal): -2919050 or 7763411. OLE color: 7763411.

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

Color convert

RGB 211 117 118 -
CMYK 0 0.45 0.44 0.17
HSL 359.36º 0.52% 0.64% -
HSV(B) 359.36º 0.45% 0.83% -
XYZ 36.5 27.88 20.6 -
YUV 145.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 211 117 118 0 0.45 0.44 0.17 359.36 0.52 0.64
Hex D3 75 76 0 2D 2C 11 167 34 40
Octal 323 165 166 0 55 54 21 547 64 100
Binary 11010011 1110101 1110110 0 101101 101100 10001 101100111 110100 1000000

Color Harmonies of #D37576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37576

Black with #D37576

Text Example


Text Example

White with #D37576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37576; }

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

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

background-color css

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

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

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

border-color css

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

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

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