Html Css Color HEX #734350 Finn

📋 copy color: '#734350'

red 115 ◦ green 67 ◦ blue 80

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

Shades of Finn #734350

Tints of Finn #734350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.57%

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

R = 43.89%
G = 25.57%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#734350 (or 0x734350) is known color: Finn. HEX triplet: 73, 43 and 50. RGB value is (115,67,80). Sum of RGB (Red+Green+Blue) = 115+67+80=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #734350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734350 is #8CBCAF. Grayscale: #525252. Windows color (decimal): -9223344 or 5260147. OLE color: 5260147.

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

Color convert

RGB 115 67 80 -
CMYK 0 0.42 0.30 0.55
HSL 343.75º 0.26% 0.36% -
HSV(B) 343.75º 0.42% 0.45% -
XYZ 10.53 8.24 8.62 -
YUV 82.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 115 67 80 0 0.42 0.30 0.55 343.75 0.26 0.36
Hex 73 43 50 0 2A 1E 37 158 1A 24
Octal 163 103 120 0 52 36 67 530 32 44
Binary 1110011 1000011 1010000 0 101010 11110 110111 101011000 11010 100100

Color Harmonies of #734350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734350

Black with #734350

Text Example


Text Example

White with #734350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734350; }

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

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

background-color css

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

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

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

border-color css

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

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

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