Html Css Color HEX #763152 Flirt

📋 copy color: '#763152'

red 118 ◦ green 49 ◦ blue 82

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

Shades of Flirt #763152

Tints of Flirt #763152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 47.39%
G = 19.68%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#763152 (or 0x763152) is known color: Flirt. HEX triplet: 76, 31 and 52. RGB value is (118,49,82). Sum of RGB (Red+Green+Blue) = 118+49+82=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #763152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763152 is #89CEAD. Grayscale: #494949. Windows color (decimal): -9031342 or 5386614. OLE color: 5386614.

HSL color Cylindrical-coordinate representation of color #763152: hue angle of 331.3º degrees, saturation: 0.41, 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 #763152 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 82 -
CMYK 0 0.58 0.31 0.54
HSL 331.3º 0.41% 0.33% -
HSV(B) 331.3º 0.58% 0.46% -
XYZ 10.09 6.66 8.74 -
YUV 73.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 118 49 82 0 0.58 0.31 0.54 331.3 0.41 0.33
Hex 76 31 52 0 3A 1F 36 14B 29 21
Octal 166 61 122 0 72 37 66 513 51 41
Binary 1110110 110001 1010010 0 111010 11111 110110 101001011 101001 100001

Color Harmonies of #763152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763152

Black with #763152

Text Example


Text Example

White with #763152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763152; }

 p { color: rgb(118,49,82); }

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

background-color css

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

 a { background-color: rgb(118,49,82); }

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

border-color css

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

 span { border-color: rgb(118,49,82); }

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