Html Css Color HEX #74405B Finn

📋 copy color: '#74405B'

red 116 ◦ green 64 ◦ blue 91

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

Shades of Finn #74405B

Tints of Finn #74405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.58%

R = 42.8%
G = 23.62%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74405B (or 0x74405B) is known color: Finn. HEX triplet: 74, 40 and 5B. RGB value is (116,64,91). Sum of RGB (Red+Green+Blue) = 116+64+91=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #74405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74405B is #8BBFA4. Grayscale: #525252. Windows color (decimal): -9158565 or 5980276. OLE color: 5980276.

HSL color Cylindrical-coordinate representation of color #74405B: hue angle of 328.85º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74405B is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 64 91 -
CMYK 0 0.45 0.22 0.55
HSL 328.85º 0.29% 0.35% -
HSV(B) 328.85º 0.45% 0.45% -
XYZ 10.92 8.14 10.89 -
YUV 82.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 116 64 91 0 0.45 0.22 0.55 328.85 0.29 0.35
Hex 74 40 5B 0 2D 16 37 149 1D 23
Octal 164 100 133 0 55 26 67 511 35 43
Binary 1110100 1000000 1011011 0 101101 10110 110111 101001001 11101 100011

Color Harmonies of #74405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74405B

Black with #74405B

Text Example


Text Example

White with #74405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74405B; }

 p { color: rgb(116,64,91); }

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

background-color css

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

 a { background-color: rgb(116,64,91); }

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

border-color css

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

 span { border-color: rgb(116,64,91); }

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