Html Css Color HEX #763249 Flirt

📋 copy color: '#763249'

red 118 ◦ green 50 ◦ blue 73

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

Shades of Flirt #763249

Tints of Flirt #763249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 48.96%
G = 20.75%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#763249 (or 0x763249) is known color: Flirt. HEX triplet: 76, 32 and 49. RGB value is (118,50,73). Sum of RGB (Red+Green+Blue) = 118+50+73=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763249 is #89CDB6. Grayscale: #484848. Windows color (decimal): -9031095 or 4797046. OLE color: 4797046.

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

Color convert

RGB 118 50 73 -
CMYK 0 0.58 0.38 0.54
HSL 339.71º 0.4% 0.33% -
HSV(B) 339.71º 0.58% 0.46% -
XYZ 9.81 6.61 7.06 -
YUV 72.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 118 50 73 0 0.58 0.38 0.54 339.71 0.4 0.33
Hex 76 32 49 0 3A 26 36 154 28 21
Octal 166 62 111 0 72 46 66 524 50 41
Binary 1110110 110010 1001001 0 111010 100110 110110 101010100 101000 100001

Color Harmonies of #763249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763249

Black with #763249

Text Example


Text Example

White with #763249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763249; }

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

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

background-color css

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

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

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

border-color css

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

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

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