Html Css Color HEX #D37577 Froly

📋 copy color: '#D37577'

red 211 ◦ green 117 ◦ blue 119

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

Shades of Froly #D37577

Tints of Froly #D37577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.62%

R = 47.2%
G = 26.17%
B = 26.62%

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

#D37577 (or 0xD37577) is known color: Froly. HEX triplet: D3, 75 and 77. RGB value is (211,117,119). Sum of RGB (Red+Green+Blue) = 211+117+119=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D37577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37577 is #2C8A88. Grayscale: #919191. Windows color (decimal): -2919049 or 7828947. OLE color: 7828947.

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

Color convert

RGB 211 117 119 -
CMYK 0 0.45 0.44 0.17
HSL 358.72º 0.52% 0.64% -
HSV(B) 358.72º 0.45% 0.83% -
XYZ 36.56 27.9 20.91 -
YUV 145.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 211 117 119 0 0.45 0.44 0.17 358.72 0.52 0.64
Hex D3 75 77 0 2D 2C 11 167 34 40
Octal 323 165 167 0 55 54 21 547 64 100
Binary 11010011 1110101 1110111 0 101101 101100 10001 101100111 110100 1000000

Color Harmonies of #D37577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37577

Black with #D37577

Text Example


Text Example

White with #D37577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37577; }

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

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

background-color css

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

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

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

border-color css

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

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

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