Html Css Color HEX #744351 Finn

📋 copy color: '#744351'

red 116 ◦ green 67 ◦ blue 81

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

Shades of Finn #744351

Tints of Finn #744351

RGB

 RED value IS 116 (45.7% from 255) = 43.94%

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

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

R = 43.94%
G = 25.38%
B = 30.68%

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

#744351 (or 0x744351) is known color: Finn. HEX triplet: 74, 43 and 51. RGB value is (116,67,81). Sum of RGB (Red+Green+Blue) = 116+67+81=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #744351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744351 is #8BBCAE. Grayscale: #535353. Windows color (decimal): -9157807 or 5325684. OLE color: 5325684.

HSL color Cylindrical-coordinate representation of color #744351: hue angle of 342.86º degrees, saturation: 0.27, 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 #744351 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 67 81 -
CMYK 0 0.42 0.30 0.55
HSL 342.86º 0.27% 0.36% -
HSV(B) 342.86º 0.42% 0.45% -
XYZ 10.69 8.32 8.83 -
YUV 83.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 116 67 81 0 0.42 0.30 0.55 342.86 0.27 0.36
Hex 74 43 51 0 2A 1E 37 157 1B 24
Octal 164 103 121 0 52 36 67 527 33 44
Binary 1110100 1000011 1010001 0 101010 11110 110111 101010111 11011 100100

Color Harmonies of #744351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744351

Black with #744351

Text Example


Text Example

White with #744351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744351; }

 p { color: rgb(116,67,81); }

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

background-color css

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

 a { background-color: rgb(116,67,81); }

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

border-color css

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

 span { border-color: rgb(116,67,81); }

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