Html Css Color HEX #742651 Flirt

📋 copy color: '#742651'

red 116 ◦ green 38 ◦ blue 81

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

Shades of Flirt #742651

Tints of Flirt #742651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

 BLUE value IS 81 (32.03% from 255) = 34.47%

R = 49.36%
G = 16.17%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#742651 (or 0x742651) is known color: Flirt. HEX triplet: 74, 26 and 51. RGB value is (116,38,81). Sum of RGB (Red+Green+Blue) = 116+38+81=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #742651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742651 is #8BD9AE. Grayscale: #424242. Windows color (decimal): -9165231 or 5318260. OLE color: 5318260.

HSL color Cylindrical-coordinate representation of color #742651: hue angle of 326.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742651 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 81 -
CMYK 0 0.67 0.30 0.55
HSL 326.92º 0.51% 0.3% -
HSV(B) 326.92º 0.67% 0.45% -
XYZ 9.38 5.69 8.39 -
YUV 66.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 116 38 81 0 0.67 0.30 0.55 326.92 0.51 0.3
Hex 74 26 51 0 43 1E 37 147 33 1E
Octal 164 46 121 0 103 36 67 507 63 36
Binary 1110100 100110 1010001 0 1000011 11110 110111 101000111 110011 11110

Color Harmonies of #742651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742651

Black with #742651

Text Example


Text Example

White with #742651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742651; }

 p { color: rgb(116,38,81); }

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

background-color css

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

 a { background-color: rgb(116,38,81); }

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

border-color css

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

 span { border-color: rgb(116,38,81); }

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