Html Css Color HEX #714258 Finn

📋 copy color: '#714258'

red 113 ◦ green 66 ◦ blue 88

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

Shades of Finn #714258

Tints of Finn #714258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

 BLUE value IS 88 (34.77% from 255) = 32.96%

R = 42.32%
G = 24.72%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#714258 (or 0x714258) is known color: Finn. HEX triplet: 71, 42 and 58. RGB value is (113,66,88). Sum of RGB (Red+Green+Blue) = 113+66+88=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #714258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714258 is #8EBDA7. Grayscale: #525252. Windows color (decimal): -9354664 or 5784177. OLE color: 5784177.

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

Color convert

RGB 113 66 88 -
CMYK 0 0.42 0.22 0.56
HSL 331.91º 0.26% 0.35% -
HSV(B) 331.91º 0.42% 0.44% -
XYZ 10.52 8.11 10.24 -
YUV 82.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 113 66 88 0 0.42 0.22 0.56 331.91 0.26 0.35
Hex 71 42 58 0 2A 16 38 14C 1A 23
Octal 161 102 130 0 52 26 70 514 32 43
Binary 1110001 1000010 1011000 0 101010 10110 111000 101001100 11010 100011

Color Harmonies of #714258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714258

Black with #714258

Text Example


Text Example

White with #714258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714258; }

 p { color: rgb(113,66,88); }

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

background-color css

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

 a { background-color: rgb(113,66,88); }

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

border-color css

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

 span { border-color: rgb(113,66,88); }

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