Html Css Color HEX #714451 Finn

📋 copy color: '#714451'

red 113 ◦ green 68 ◦ blue 81

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

Shades of Finn #714451

Tints of Finn #714451

RGB

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

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

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

R = 43.13%
G = 25.95%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#714451 (or 0x714451) is known color: Finn. HEX triplet: 71, 44 and 51. RGB value is (113,68,81). Sum of RGB (Red+Green+Blue) = 113+68+81=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #714451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714451 is #8EBBAE. Grayscale: #525252. Windows color (decimal): -9354159 or 5325937. OLE color: 5325937.

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

Color convert

RGB 113 68 81 -
CMYK 0 0.40 0.28 0.56
HSL 342.67º 0.25% 0.35% -
HSV(B) 342.67º 0.4% 0.44% -
XYZ 10.36 8.24 8.83 -
YUV 82.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 113 68 81 0 0.40 0.28 0.56 342.67 0.25 0.35
Hex 71 44 51 0 28 1C 38 157 19 23
Octal 161 104 121 0 50 34 70 527 31 43
Binary 1110001 1000100 1010001 0 101000 11100 111000 101010111 11001 100011

Color Harmonies of #714451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714451

Black with #714451

Text Example


Text Example

White with #714451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714451; }

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

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

background-color css

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

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

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

border-color css

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

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

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