Html Css Color HEX #714051 Finn

📋 copy color: '#714051'

red 113 ◦ green 64 ◦ blue 81

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

Shades of Finn #714051

Tints of Finn #714051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

 BLUE value IS 81 (32.03% from 255) = 31.4%

R = 43.8%
G = 24.81%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#714051 (or 0x714051) is known color: Finn. HEX triplet: 71, 40 and 51. RGB value is (113,64,81). Sum of RGB (Red+Green+Blue) = 113+64+81=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #714051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714051 is #8EBFAE. Grayscale: #505050. Windows color (decimal): -9355183 or 5324913. OLE color: 5324913.

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

Color convert

RGB 113 64 81 -
CMYK 0 0.43 0.28 0.56
HSL 339.18º 0.28% 0.35% -
HSV(B) 339.18º 0.43% 0.44% -
XYZ 10.13 7.77 8.75 -
YUV 80.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 113 64 81 0 0.43 0.28 0.56 339.18 0.28 0.35
Hex 71 40 51 0 2B 1C 38 153 1C 23
Octal 161 100 121 0 53 34 70 523 34 43
Binary 1110001 1000000 1010001 0 101011 11100 111000 101010011 11100 100011

Color Harmonies of #714051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714051

Black with #714051

Text Example


Text Example

White with #714051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714051; }

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

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

background-color css

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

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

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

border-color css

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

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

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