Html Css Color HEX #742F4C Flirt

📋 copy color: '#742F4C'

red 116 ◦ green 47 ◦ blue 76

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

Shades of Flirt #742F4C

Tints of Flirt #742F4C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 48.54%
G = 19.67%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#742F4C (or 0x742F4C) is known color: Flirt. HEX triplet: 74, 2F and 4C. RGB value is (116,47,76). Sum of RGB (Red+Green+Blue) = 116+47+76=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #742F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F4C is #8BD0B3. Grayscale: #464646. Windows color (decimal): -9162932 or 4992884. OLE color: 4992884.

HSL color Cylindrical-coordinate representation of color #742F4C: hue angle of 334.78º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F4C is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 76 -
CMYK 0 0.59 0.34 0.55
HSL 334.78º 0.42% 0.32% -
HSV(B) 334.78º 0.59% 0.45% -
XYZ 9.52 6.27 7.55 -
YUV 70.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 116 47 76 0 0.59 0.34 0.55 334.78 0.42 0.32
Hex 74 2F 4C 0 3B 22 37 14F 2A 20
Octal 164 57 114 0 73 42 67 517 52 40
Binary 1110100 101111 1001100 0 111011 100010 110111 101001111 101010 100000

Color Harmonies of #742F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F4C

Black with #742F4C

Text Example


Text Example

White with #742F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742F4C; }

 p { color: rgb(116,47,76); }

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

background-color css

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

 a { background-color: rgb(116,47,76); }

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

border-color css

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

 span { border-color: rgb(116,47,76); }

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