Html Css Color HEX #734050 Finn

📋 copy color: '#734050'

red 115 ◦ green 64 ◦ blue 80

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

Shades of Finn #734050

Tints of Finn #734050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 44.4%
G = 24.71%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#734050 (or 0x734050) is known color: Finn. HEX triplet: 73, 40 and 50. RGB value is (115,64,80). Sum of RGB (Red+Green+Blue) = 115+64+80=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #734050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734050 is #8CBFAF. Grayscale: #515151. Windows color (decimal): -9224112 or 5259379. OLE color: 5259379.

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

Color convert

RGB 115 64 80 -
CMYK 0 0.44 0.30 0.55
HSL 341.18º 0.28% 0.35% -
HSV(B) 341.18º 0.44% 0.45% -
XYZ 10.35 7.89 8.57 -
YUV 81.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 115 64 80 0 0.44 0.30 0.55 341.18 0.28 0.35
Hex 73 40 50 0 2C 1E 37 155 1C 23
Octal 163 100 120 0 54 36 67 525 34 43
Binary 1110011 1000000 1010000 0 101100 11110 110111 101010101 11100 100011

Color Harmonies of #734050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734050

Black with #734050

Text Example


Text Example

White with #734050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734050; }

 p { color: rgb(115,64,80); }

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

background-color css

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

 a { background-color: rgb(115,64,80); }

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

border-color css

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

 span { border-color: rgb(115,64,80); }

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