Html Css Color HEX #714052 Finn

📋 copy color: '#714052'

red 113 ◦ green 64 ◦ blue 82

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

Shades of Finn #714052

Tints of Finn #714052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 43.63%
G = 24.71%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#714052 (or 0x714052) is known color: Finn. HEX triplet: 71, 40 and 52. RGB value is (113,64,82). Sum of RGB (Red+Green+Blue) = 113+64+82=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #714052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714052 is #8EBFAD. Grayscale: #505050. Windows color (decimal): -9355182 or 5390449. OLE color: 5390449.

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

Color convert

RGB 113 64 82 -
CMYK 0 0.43 0.27 0.56
HSL 337.96º 0.28% 0.35% -
HSV(B) 337.96º 0.43% 0.44% -
XYZ 10.17 7.79 8.95 -
YUV 80.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 113 64 82 0 0.43 0.27 0.56 337.96 0.28 0.35
Hex 71 40 52 0 2B 1B 38 152 1C 23
Octal 161 100 122 0 53 33 70 522 34 43
Binary 1110001 1000000 1010010 0 101011 11011 111000 101010010 11100 100011

Color Harmonies of #714052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714052

Black with #714052

Text Example


Text Example

White with #714052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714052; }

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

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

background-color css

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

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

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

border-color css

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

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

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