Html Css Color HEX #74355D Flirt

📋 copy color: '#74355D'

red 116 ◦ green 53 ◦ blue 93

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

Shades of Flirt #74355D

Tints of Flirt #74355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 44.27%
G = 20.23%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74355D (or 0x74355D) is known color: Flirt. HEX triplet: 74, 35 and 5D. RGB value is (116,53,93). Sum of RGB (Red+Green+Blue) = 116+53+93=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74355D is #8BCAA2. Grayscale: #4C4C4C. Windows color (decimal): -9161379 or 6108532. OLE color: 6108532.

HSL color Cylindrical-coordinate representation of color #74355D: hue angle of 321.9º 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 #74355D is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 53 93 -
CMYK 0 0.54 0.20 0.55
HSL 321.9º 0.37% 0.33% -
HSV(B) 321.9º 0.54% 0.45% -
XYZ 10.45 7.05 11.17 -
YUV 76.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 116 53 93 0 0.54 0.20 0.55 321.9 0.37 0.33
Hex 74 35 5D 0 36 14 37 142 25 21
Octal 164 65 135 0 66 24 67 502 45 41
Binary 1110100 110101 1011101 0 110110 10100 110111 101000010 100101 100001

Color Harmonies of #74355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74355D

Black with #74355D

Text Example


Text Example

White with #74355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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