Html Css Color HEX #D36575 Froly

📋 copy color: '#D36575'

red 211 ◦ green 101 ◦ blue 117

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

Shades of Froly #D36575

Tints of Froly #D36575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.54%

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 49.18%
G = 23.54%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D36575 (or 0xD36575) is known color: Froly. HEX triplet: D3, 65 and 75. RGB value is (211,101,117). Sum of RGB (Red+Green+Blue) = 211+101+117=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D36575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36575 is #2C9A8A. Grayscale: #878787. Windows color (decimal): -2923147 or 7693779. OLE color: 7693779.

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

Color convert

RGB 211 101 117 -
CMYK 0 0.52 0.45 0.17
HSL 351.27º 0.56% 0.61% -
HSV(B) 351.27º 0.52% 0.83% -
XYZ 34.73 24.44 19.72 -
YUV 135.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 211 101 117 0 0.52 0.45 0.17 351.27 0.56 0.61
Hex D3 65 75 0 34 2D 11 15F 38 3D
Octal 323 145 165 0 64 55 21 537 70 75
Binary 11010011 1100101 1110101 0 110100 101101 10001 101011111 111000 111101

Color Harmonies of #D36575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36575

Black with #D36575

Text Example


Text Example

White with #D36575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36575; }

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

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

background-color css

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

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

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

border-color css

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

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

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