Html Css Color HEX #714058 Finn

📋 copy color: '#714058'

red 113 ◦ green 64 ◦ blue 88

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

Shades of Finn #714058

Tints of Finn #714058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

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

R = 42.64%
G = 24.15%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#714058 (or 0x714058) is known color: Finn. HEX triplet: 71, 40 and 58. RGB value is (113,64,88). Sum of RGB (Red+Green+Blue) = 113+64+88=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714058 is #8EBFA7. Grayscale: #515151. Windows color (decimal): -9355176 or 5783665. OLE color: 5783665.

HSL color Cylindrical-coordinate representation of color #714058: hue angle of 330.61º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #714058 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 88 -
CMYK 0 0.43 0.22 0.56
HSL 330.61º 0.28% 0.35% -
HSV(B) 330.61º 0.43% 0.44% -
XYZ 10.4 7.88 10.21 -
YUV 81.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 113 64 88 0 0.43 0.22 0.56 330.61 0.28 0.35
Hex 71 40 58 0 2B 16 38 14B 1C 23
Octal 161 100 130 0 53 26 70 513 34 43
Binary 1110001 1000000 1011000 0 101011 10110 111000 101001011 11100 100011

Color Harmonies of #714058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714058

Black with #714058

Text Example


Text Example

White with #714058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714058; }

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

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

background-color css

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

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

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

border-color css

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

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

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