Html Css Color HEX #734058 Finn

📋 copy color: '#734058'

red 115 ◦ green 64 ◦ blue 88

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

Shades of Finn #734058

Tints of Finn #734058

RGB

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

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

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

R = 43.07%
G = 23.97%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#734058 (or 0x734058) is known color: Finn. HEX triplet: 73, 40 and 58. RGB value is (115,64,88). Sum of RGB (Red+Green+Blue) = 115+64+88=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #734058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734058 is #8CBFA7. Grayscale: #515151. Windows color (decimal): -9224104 or 5783667. OLE color: 5783667.

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

Color convert

RGB 115 64 88 -
CMYK 0 0.44 0.23 0.55
HSL 331.76º 0.28% 0.35% -
HSV(B) 331.76º 0.44% 0.45% -
XYZ 10.67 8.02 10.22 -
YUV 81.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 115 64 88 0 0.44 0.23 0.55 331.76 0.28 0.35
Hex 73 40 58 0 2C 17 37 14C 1C 23
Octal 163 100 130 0 54 27 67 514 34 43
Binary 1110011 1000000 1011000 0 101100 10111 110111 101001100 11100 100011

Color Harmonies of #734058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734058

Black with #734058

Text Example


Text Example

White with #734058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734058; }

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

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

background-color css

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

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

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

border-color css

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

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

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