Html Css Color HEX #704158 Finn

📋 copy color: '#704158'

red 112 ◦ green 65 ◦ blue 88

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

Shades of Finn #704158

Tints of Finn #704158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

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

R = 42.26%
G = 24.53%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#704158 (or 0x704158) is known color: Finn. HEX triplet: 70, 41 and 58. RGB value is (112,65,88). Sum of RGB (Red+Green+Blue) = 112+65+88=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #704158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704158 is #8FBEA7. Grayscale: #515151. Windows color (decimal): -9420456 or 5783920. OLE color: 5783920.

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

Color convert

RGB 112 65 88 -
CMYK 0 0.42 0.21 0.56
HSL 330.64º 0.27% 0.35% -
HSV(B) 330.64º 0.42% 0.44% -
XYZ 10.33 7.93 10.22 -
YUV 81.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 112 65 88 0 0.42 0.21 0.56 330.64 0.27 0.35
Hex 70 41 58 0 2A 15 38 14B 1B 23
Octal 160 101 130 0 52 25 70 513 33 43
Binary 1110000 1000001 1011000 0 101010 10101 111000 101001011 11011 100011

Color Harmonies of #704158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704158

Black with #704158

Text Example


Text Example

White with #704158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704158; }

 p { color: rgb(112,65,88); }

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

background-color css

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

 a { background-color: rgb(112,65,88); }

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

border-color css

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

 span { border-color: rgb(112,65,88); }

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