Html Css Color HEX #762449 Flirt

📋 copy color: '#762449'

red 118 ◦ green 36 ◦ blue 73

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

Shades of Flirt #762449

Tints of Flirt #762449

RGB

 RED value IS 118 (46.48% from 255) = 51.98%

 GREEN value IS 36 (14.45% from 255) = 15.86%

 BLUE value IS 73 (28.91% from 255) = 32.16%

R = 51.98%
G = 15.86%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#762449 (or 0x762449) is known color: Flirt. HEX triplet: 76, 24 and 49. RGB value is (118,36,73). Sum of RGB (Red+Green+Blue) = 118+36+73=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #762449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762449 is #89DBB6. Grayscale: #404040. Windows color (decimal): -9034679 or 4793462. OLE color: 4793462.

HSL color Cylindrical-coordinate representation of color #762449: hue angle of 332.93º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762449 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 73 -
CMYK 0 0.69 0.38 0.54
HSL 332.93º 0.53% 0.3% -
HSV(B) 332.93º 0.69% 0.46% -
XYZ 9.3 5.59 6.89 -
YUV 64.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 118 36 73 0 0.69 0.38 0.54 332.93 0.53 0.3
Hex 76 24 49 0 45 26 36 14D 35 1E
Octal 166 44 111 0 105 46 66 515 65 36
Binary 1110110 100100 1001001 0 1000101 100110 110110 101001101 110101 11110

Color Harmonies of #762449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762449

Black with #762449

Text Example


Text Example

White with #762449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762449; }

 p { color: rgb(118,36,73); }

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

background-color css

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

 a { background-color: rgb(118,36,73); }

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

border-color css

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

 span { border-color: rgb(118,36,73); }

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