Html Css Color HEX #74365A Flirt

📋 copy color: '#74365A'

red 116 ◦ green 54 ◦ blue 90

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

Shades of Flirt #74365A

Tints of Flirt #74365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

 BLUE value IS 90 (35.55% from 255) = 34.62%

R = 44.62%
G = 20.77%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74365A (or 0x74365A) is known color: Flirt. HEX triplet: 74, 36 and 5A. RGB value is (116,54,90). Sum of RGB (Red+Green+Blue) = 116+54+90=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74365A is #8BC9A5. Grayscale: #4C4C4C. Windows color (decimal): -9161126 or 5912180. OLE color: 5912180.

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

Color convert

RGB 116 54 90 -
CMYK 0 0.53 0.22 0.55
HSL 325.16º 0.36% 0.33% -
HSV(B) 325.16º 0.53% 0.45% -
XYZ 10.37 7.09 10.49 -
YUV 76.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 116 54 90 0 0.53 0.22 0.55 325.16 0.36 0.33
Hex 74 36 5A 0 35 16 37 145 24 21
Octal 164 66 132 0 65 26 67 505 44 41
Binary 1110100 110110 1011010 0 110101 10110 110111 101000101 100100 100001

Color Harmonies of #74365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74365A

Black with #74365A

Text Example


Text Example

White with #74365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74365A; }

 p { color: rgb(116,54,90); }

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

background-color css

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

 a { background-color: rgb(116,54,90); }

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

border-color css

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

 span { border-color: rgb(116,54,90); }

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