Html Css Color HEX #715153 Falcon

📋 copy color: '#715153'

red 113 ◦ green 81 ◦ blue 83

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

Shades of Falcon #715153

Tints of Falcon #715153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 40.79%
G = 29.24%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715153 (or 0x715153) is known color: Falcon. HEX triplet: 71, 51 and 53. RGB value is (113,81,83). Sum of RGB (Red+Green+Blue) = 113+81+83=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #715153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715153 is #8EAEAC. Grayscale: #5A5A5A. Windows color (decimal): -9350829 or 5460337. OLE color: 5460337.

HSL color Cylindrical-coordinate representation of color #715153: hue angle of 356.25º 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 #715153 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 81 83 -
CMYK 0 0.28 0.27 0.56
HSL 356.25º 0.16% 0.38% -
HSV(B) 356.25º 0.28% 0.44% -
XYZ 11.31 10.02 9.52 -
YUV 90.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 113 81 83 0 0.28 0.27 0.56 356.25 0.16 0.38
Hex 71 51 53 0 1C 1B 38 164 10 26
Octal 161 121 123 0 34 33 70 544 20 46
Binary 1110001 1010001 1010011 0 11100 11011 111000 101100100 10000 100110

Color Harmonies of #715153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715153

Black with #715153

Text Example


Text Example

White with #715153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715153; }

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

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

background-color css

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

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

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

border-color css

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

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

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