Html Css Color HEX #742854 Flirt

📋 copy color: '#742854'

red 116 ◦ green 40 ◦ blue 84

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

Shades of Flirt #742854

Tints of Flirt #742854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 84 (33.2% from 255) = 35%

R = 48.33%
G = 16.67%
B = 35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#742854 (or 0x742854) is known color: Flirt. HEX triplet: 74, 28 and 54. RGB value is (116,40,84). Sum of RGB (Red+Green+Blue) = 116+40+84=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #742854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742854 is #8BD7AB. Grayscale: #434343. Windows color (decimal): -9164716 or 5515380. OLE color: 5515380.

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

Color convert

RGB 116 40 84 -
CMYK 0 0.66 0.28 0.55
HSL 325.26º 0.49% 0.31% -
HSV(B) 325.26º 0.66% 0.45% -
XYZ 9.56 5.87 9.02 -
YUV 67.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 116 40 84 0 0.66 0.28 0.55 325.26 0.49 0.31
Hex 74 28 54 0 42 1C 37 145 31 1F
Octal 164 50 124 0 102 34 67 505 61 37
Binary 1110100 101000 1010100 0 1000010 11100 110111 101000101 110001 11111

Color Harmonies of #742854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742854

Black with #742854

Text Example


Text Example

White with #742854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742854; }

 p { color: rgb(116,40,84); }

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

background-color css

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

 a { background-color: rgb(116,40,84); }

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

border-color css

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

 span { border-color: rgb(116,40,84); }

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