Html Css Color HEX #743B5C Finn

📋 copy color: '#743B5C'

red 116 ◦ green 59 ◦ blue 92

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

Shades of Finn #743B5C

Tints of Finn #743B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.1%

 BLUE value IS 92 (36.33% from 255) = 34.46%

R = 43.45%
G = 22.1%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#743B5C (or 0x743B5C) is known color: Finn. HEX triplet: 74, 3B and 5C. RGB value is (116,59,92). Sum of RGB (Red+Green+Blue) = 116+59+92=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #743B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B5C is #8BC4A3. Grayscale: #4F4F4F. Windows color (decimal): -9159844 or 6044532. OLE color: 6044532.

HSL color Cylindrical-coordinate representation of color #743B5C: hue angle of 325.26º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B5C is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 92 -
CMYK 0 0.49 0.21 0.55
HSL 325.26º 0.33% 0.34% -
HSV(B) 325.26º 0.49% 0.45% -
XYZ 10.7 7.61 11.03 -
YUV 79.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 116 59 92 0 0.49 0.21 0.55 325.26 0.33 0.34
Hex 74 3B 5C 0 31 15 37 145 21 22
Octal 164 73 134 0 61 25 67 505 41 42
Binary 1110100 111011 1011100 0 110001 10101 110111 101000101 100001 100010

Color Harmonies of #743B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B5C

Black with #743B5C

Text Example


Text Example

White with #743B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743B5C; }

 p { color: rgb(116,59,92); }

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

background-color css

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

 a { background-color: rgb(116,59,92); }

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

border-color css

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

 span { border-color: rgb(116,59,92); }

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