Html Css Color HEX #714150 Finn

📋 copy color: '#714150'

red 113 ◦ green 65 ◦ blue 80

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

Shades of Finn #714150

Tints of Finn #714150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 43.8%
G = 25.19%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#714150 (or 0x714150) is known color: Finn. HEX triplet: 71, 41 and 50. RGB value is (113,65,80). Sum of RGB (Red+Green+Blue) = 113+65+80=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #714150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714150 is #8EBEAF. Grayscale: #515151. Windows color (decimal): -9354928 or 5259633. OLE color: 5259633.

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

Color convert

RGB 113 65 80 -
CMYK 0 0.42 0.29 0.56
HSL 341.25º 0.27% 0.35% -
HSV(B) 341.25º 0.42% 0.44% -
XYZ 10.15 7.87 8.57 -
YUV 81.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 113 65 80 0 0.42 0.29 0.56 341.25 0.27 0.35
Hex 71 41 50 0 2A 1D 38 155 1B 23
Octal 161 101 120 0 52 35 70 525 33 43
Binary 1110001 1000001 1010000 0 101010 11101 111000 101010101 11011 100011

Color Harmonies of #714150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714150

Black with #714150

Text Example


Text Example

White with #714150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714150; }

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

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

background-color css

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

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

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

border-color css

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

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

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