Html Css Color HEX #714551 Finn

📋 copy color: '#714551'

red 113 ◦ green 69 ◦ blue 81

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

Shades of Finn #714551

Tints of Finn #714551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

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

R = 42.97%
G = 26.24%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#714551 (or 0x714551) is known color: Finn. HEX triplet: 71, 45 and 51. RGB value is (113,69,81). Sum of RGB (Red+Green+Blue) = 113+69+81=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #714551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714551 is #8EBAAE. Grayscale: #535353. Windows color (decimal): -9353903 or 5326193. OLE color: 5326193.

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

Color convert

RGB 113 69 81 -
CMYK 0 0.39 0.28 0.56
HSL 343.64º 0.24% 0.36% -
HSV(B) 343.64º 0.39% 0.44% -
XYZ 10.42 8.36 8.85 -
YUV 83.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 113 69 81 0 0.39 0.28 0.56 343.64 0.24 0.36
Hex 71 45 51 0 27 1C 38 158 18 24
Octal 161 105 121 0 47 34 70 530 30 44
Binary 1110001 1000101 1010001 0 100111 11100 111000 101011000 11000 100100

Color Harmonies of #714551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714551

Black with #714551

Text Example


Text Example

White with #714551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714551; }

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

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

background-color css

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

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

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

border-color css

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

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

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