Html Css Color HEX #714454 Finn

📋 copy color: '#714454'

red 113 ◦ green 68 ◦ blue 84

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

Shades of Finn #714454

Tints of Finn #714454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 42.64%
G = 25.66%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#714454 (or 0x714454) is known color: Finn. HEX triplet: 71, 44 and 54. RGB value is (113,68,84). Sum of RGB (Red+Green+Blue) = 113+68+84=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714454 is #8EBBAB. Grayscale: #535353. Windows color (decimal): -9354156 or 5522545. OLE color: 5522545.

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

Color convert

RGB 113 68 84 -
CMYK 0 0.40 0.26 0.56
HSL 338.67º 0.25% 0.35% -
HSV(B) 338.67º 0.4% 0.44% -
XYZ 10.48 8.29 9.43 -
YUV 83.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 113 68 84 0 0.40 0.26 0.56 338.67 0.25 0.35
Hex 71 44 54 0 28 1A 38 153 19 23
Octal 161 104 124 0 50 32 70 523 31 43
Binary 1110001 1000100 1010100 0 101000 11010 111000 101010011 11001 100011

Color Harmonies of #714454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714454

Black with #714454

Text Example


Text Example

White with #714454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714454; }

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

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

background-color css

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

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

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

border-color css

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

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

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