Html Css Color HEX #715155 Falcon

📋 copy color: '#715155'

red 113 ◦ green 81 ◦ blue 85

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

Shades of Falcon #715155

Tints of Falcon #715155

RGB

 RED value IS 113 (44.53% from 255) = 40.5%

 GREEN value IS 81 (32.03% from 255) = 29.03%

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 40.5%
G = 29.03%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#715155 (or 0x715155) is known color: Falcon. HEX triplet: 71, 51 and 55. RGB value is (113,81,85). Sum of RGB (Red+Green+Blue) = 113+81+85=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #715155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715155 is #8EAEAA. Grayscale: #5B5B5B. Windows color (decimal): -9350827 or 5591409. OLE color: 5591409.

HSL color Cylindrical-coordinate representation of color #715155: hue angle of 352.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #715155 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 81 85 -
CMYK 0 0.28 0.25 0.56
HSL 352.5º 0.16% 0.38% -
HSV(B) 352.5º 0.28% 0.44% -
XYZ 11.39 10.05 9.93 -
YUV 91.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 113 81 85 0 0.28 0.25 0.56 352.5 0.16 0.38
Hex 71 51 55 0 1C 19 38 160 10 26
Octal 161 121 125 0 34 31 70 540 20 46
Binary 1110001 1010001 1010101 0 11100 11001 111000 101100000 10000 100110

Color Harmonies of #715155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715155

Black with #715155

Text Example


Text Example

White with #715155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715155; }

 p { color: rgb(113,81,85); }

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

background-color css

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

 a { background-color: rgb(113,81,85); }

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

border-color css

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

 span { border-color: rgb(113,81,85); }

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