Html Css Color HEX #734155 Finn

📋 copy color: '#734155'

red 115 ◦ green 65 ◦ blue 85

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

Shades of Finn #734155

Tints of Finn #734155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 43.4%
G = 24.53%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#734155 (or 0x734155) is known color: Finn. HEX triplet: 73, 41 and 55. RGB value is (115,65,85). Sum of RGB (Red+Green+Blue) = 115+65+85=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #734155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734155 is #8CBEAA. Grayscale: #525252. Windows color (decimal): -9223851 or 5587315. OLE color: 5587315.

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

Color convert

RGB 115 65 85 -
CMYK 0 0.43 0.26 0.55
HSL 336º 0.28% 0.35% -
HSV(B) 336º 0.43% 0.45% -
XYZ 10.6 8.08 9.6 -
YUV 82.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 115 65 85 0 0.43 0.26 0.55 336 0.28 0.35
Hex 73 41 55 0 2B 1A 37 150 1C 23
Octal 163 101 125 0 53 32 67 520 34 43
Binary 1110011 1000001 1010101 0 101011 11010 110111 101010000 11100 100011

Color Harmonies of #734155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734155

Black with #734155

Text Example


Text Example

White with #734155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734155; }

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

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

background-color css

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

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

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

border-color css

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

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

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