Html Css Color HEX #714456 Finn

📋 copy color: '#714456'

red 113 ◦ green 68 ◦ blue 86

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

Shades of Finn #714456

Tints of Finn #714456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 42.32%
G = 25.47%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#714456 (or 0x714456) is known color: Finn. HEX triplet: 71, 44 and 56. RGB value is (113,68,86). Sum of RGB (Red+Green+Blue) = 113+68+86=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #714456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714456 is #8EBBA9. Grayscale: #535353. Windows color (decimal): -9354154 or 5653617. OLE color: 5653617.

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

Color convert

RGB 113 68 86 -
CMYK 0 0.40 0.24 0.56
HSL 336º 0.25% 0.35% -
HSV(B) 336º 0.4% 0.44% -
XYZ 10.56 8.32 9.85 -
YUV 83.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 113 68 86 0 0.40 0.24 0.56 336 0.25 0.35
Hex 71 44 56 0 28 18 38 150 19 23
Octal 161 104 126 0 50 30 70 520 31 43
Binary 1110001 1000100 1010110 0 101000 11000 111000 101010000 11001 100011

Color Harmonies of #714456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714456

Black with #714456

Text Example


Text Example

White with #714456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714456; }

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

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

background-color css

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

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

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

border-color css

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

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

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