Html Css Color HEX #74355B Flirt

📋 copy color: '#74355B'

red 116 ◦ green 53 ◦ blue 91

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

Shades of Flirt #74355B

Tints of Flirt #74355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

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

R = 44.62%
G = 20.38%
B = 35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74355B (or 0x74355B) is known color: Flirt. HEX triplet: 74, 35 and 5B. RGB value is (116,53,91). Sum of RGB (Red+Green+Blue) = 116+53+91=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74355B is #8BCAA4. Grayscale: #4C4C4C. Windows color (decimal): -9161381 or 5977460. OLE color: 5977460.

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

Color convert

RGB 116 53 91 -
CMYK 0 0.54 0.22 0.55
HSL 323.81º 0.37% 0.33% -
HSV(B) 323.81º 0.54% 0.45% -
XYZ 10.36 7.01 10.71 -
YUV 76.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 116 53 91 0 0.54 0.22 0.55 323.81 0.37 0.33
Hex 74 35 5B 0 36 16 37 144 25 21
Octal 164 65 133 0 66 26 67 504 45 41
Binary 1110100 110101 1011011 0 110110 10110 110111 101000100 100101 100001

Color Harmonies of #74355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74355B

Black with #74355B

Text Example


Text Example

White with #74355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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