Html Css Color HEX #76324D Flirt

📋 copy color: '#76324D'

red 118 ◦ green 50 ◦ blue 77

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

Shades of Flirt #76324D

Tints of Flirt #76324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 48.16%
G = 20.41%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76324D (or 0x76324D) is known color: Flirt. HEX triplet: 76, 32 and 4D. RGB value is (118,50,77). Sum of RGB (Red+Green+Blue) = 118+50+77=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76324D is #89CDB2. Grayscale: #494949. Windows color (decimal): -9031091 or 5059190. OLE color: 5059190.

HSL color Cylindrical-coordinate representation of color #76324D: hue angle of 336.18º 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 #76324D is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 77 -
CMYK 0 0.58 0.35 0.54
HSL 336.18º 0.4% 0.33% -
HSV(B) 336.18º 0.58% 0.46% -
XYZ 9.95 6.67 7.78 -
YUV 73.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 118 50 77 0 0.58 0.35 0.54 336.18 0.4 0.33
Hex 76 32 4D 0 3A 23 36 150 28 21
Octal 166 62 115 0 72 43 66 520 50 41
Binary 1110110 110010 1001101 0 111010 100011 110110 101010000 101000 100001

Color Harmonies of #76324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76324D

Black with #76324D

Text Example


Text Example

White with #76324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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