Html Css Color HEX #715052 Falcon

📋 copy color: '#715052'

red 113 ◦ green 80 ◦ blue 82

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

Shades of Falcon #715052

Tints of Falcon #715052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 41.09%
G = 29.09%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#715052 (or 0x715052) is known color: Falcon. HEX triplet: 71, 50 and 52. RGB value is (113,80,82). Sum of RGB (Red+Green+Blue) = 113+80+82=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #715052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715052 is #8EAFAD. Grayscale: #5A5A5A. Windows color (decimal): -9351086 or 5394545. OLE color: 5394545.

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

Color convert

RGB 113 80 82 -
CMYK 0 0.29 0.27 0.56
HSL 356.36º 0.17% 0.38% -
HSV(B) 356.36º 0.29% 0.44% -
XYZ 11.2 9.86 9.29 -
YUV 90.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 113 80 82 0 0.29 0.27 0.56 356.36 0.17 0.38
Hex 71 50 52 0 1D 1B 38 164 11 26
Octal 161 120 122 0 35 33 70 544 21 46
Binary 1110001 1010000 1010010 0 11101 11011 111000 101100100 10001 100110

Color Harmonies of #715052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715052

Black with #715052

Text Example


Text Example

White with #715052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715052; }

 p { color: rgb(113,80,82); }

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

background-color css

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

 a { background-color: rgb(113,80,82); }

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

border-color css

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

 span { border-color: rgb(113,80,82); }

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