Html Css Color HEX #704051 Finn

📋 copy color: '#704051'

red 112 ◦ green 64 ◦ blue 81

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

Shades of Finn #704051

Tints of Finn #704051

RGB

 RED value IS 112 (44.14% from 255) = 43.58%

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

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

R = 43.58%
G = 24.9%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#704051 (or 0x704051) is known color: Finn. HEX triplet: 70, 40 and 51. RGB value is (112,64,81). Sum of RGB (Red+Green+Blue) = 112+64+81=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #704051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704051 is #8FBFAE. Grayscale: #505050. Windows color (decimal): -9420719 or 5324912. OLE color: 5324912.

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

Color convert

RGB 112 64 81 -
CMYK 0 0.43 0.28 0.56
HSL 338.75º 0.27% 0.35% -
HSV(B) 338.75º 0.43% 0.44% -
XYZ 10 7.71 8.74 -
YUV 80.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 112 64 81 0 0.43 0.28 0.56 338.75 0.27 0.35
Hex 70 40 51 0 2B 1C 38 153 1B 23
Octal 160 100 121 0 53 34 70 523 33 43
Binary 1110000 1000000 1010001 0 101011 11100 111000 101010011 11011 100011

Color Harmonies of #704051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704051

Black with #704051

Text Example


Text Example

White with #704051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704051; }

 p { color: rgb(112,64,81); }

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

background-color css

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

 a { background-color: rgb(112,64,81); }

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

border-color css

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

 span { border-color: rgb(112,64,81); }

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