Html Css Color HEX #704153 Finn

📋 copy color: '#704153'

red 112 ◦ green 65 ◦ blue 83

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

Shades of Finn #704153

Tints of Finn #704153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.92%

R = 43.08%
G = 25%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#704153 (or 0x704153) is known color: Finn. HEX triplet: 70, 41 and 53. RGB value is (112,65,83). Sum of RGB (Red+Green+Blue) = 112+65+83=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #704153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704153 is #8FBEAC. Grayscale: #515151. Windows color (decimal): -9420461 or 5456240. OLE color: 5456240.

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

Color convert

RGB 112 65 83 -
CMYK 0 0.42 0.26 0.56
HSL 337.02º 0.27% 0.35% -
HSV(B) 337.02º 0.42% 0.44% -
XYZ 10.13 7.85 9.16 -
YUV 81.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 112 65 83 0 0.42 0.26 0.56 337.02 0.27 0.35
Hex 70 41 53 0 2A 1A 38 151 1B 23
Octal 160 101 123 0 52 32 70 521 33 43
Binary 1110000 1000001 1010011 0 101010 11010 111000 101010001 11011 100011

Color Harmonies of #704153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704153

Black with #704153

Text Example


Text Example

White with #704153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704153; }

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

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

background-color css

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

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

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

border-color css

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

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

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