Html Css Color HEX #734151 Finn

📋 copy color: '#734151'

red 115 ◦ green 65 ◦ blue 81

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

Shades of Finn #734151

Tints of Finn #734151

RGB

 RED value IS 115 (45.31% from 255) = 44.06%

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

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

R = 44.06%
G = 24.9%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#734151 (or 0x734151) is known color: Finn. HEX triplet: 73, 41 and 51. RGB value is (115,65,81). Sum of RGB (Red+Green+Blue) = 115+65+81=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #734151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734151 is #8CBEAE. Grayscale: #515151. Windows color (decimal): -9223855 or 5325171. OLE color: 5325171.

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

Color convert

RGB 115 65 81 -
CMYK 0 0.43 0.30 0.55
HSL 340.8º 0.28% 0.35% -
HSV(B) 340.8º 0.43% 0.45% -
XYZ 10.45 8.02 8.78 -
YUV 81.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 115 65 81 0 0.43 0.30 0.55 340.8 0.28 0.35
Hex 73 41 51 0 2B 1E 37 155 1C 23
Octal 163 101 121 0 53 36 67 525 34 43
Binary 1110011 1000001 1010001 0 101011 11110 110111 101010101 11100 100011

Color Harmonies of #734151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734151

Black with #734151

Text Example


Text Example

White with #734151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734151; }

 p { color: rgb(115,65,81); }

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

background-color css

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

 a { background-color: rgb(115,65,81); }

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

border-color css

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

 span { border-color: rgb(115,65,81); }

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