Html Css Color HEX #714154 Finn

📋 copy color: '#714154'

red 113 ◦ green 65 ◦ blue 84

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

Shades of Finn #714154

Tints of Finn #714154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.06%

R = 43.13%
G = 24.81%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#714154 (or 0x714154) is known color: Finn. HEX triplet: 71, 41 and 54. RGB value is (113,65,84). Sum of RGB (Red+Green+Blue) = 113+65+84=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #714154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714154 is #8EBEAB. Grayscale: #515151. Windows color (decimal): -9354924 or 5521777. OLE color: 5521777.

HSL color Cylindrical-coordinate representation of color #714154: hue angle of 336.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 #714154 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 65 84 -
CMYK 0 0.42 0.26 0.56
HSL 336.25º 0.27% 0.35% -
HSV(B) 336.25º 0.42% 0.44% -
XYZ 10.3 7.93 9.38 -
YUV 81.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 113 65 84 0 0.42 0.26 0.56 336.25 0.27 0.35
Hex 71 41 54 0 2A 1A 38 150 1B 23
Octal 161 101 124 0 52 32 70 520 33 43
Binary 1110001 1000001 1010100 0 101010 11010 111000 101010000 11011 100011

Color Harmonies of #714154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714154

Black with #714154

Text Example


Text Example

White with #714154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714154; }

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

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

background-color css

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

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

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

border-color css

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

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

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