Html Css Color HEX #76244C Flirt

📋 copy color: '#76244C'

red 118 ◦ green 36 ◦ blue 76

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

Shades of Flirt #76244C

Tints of Flirt #76244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 51.3%
G = 15.65%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76244C (or 0x76244C) is known color: Flirt. HEX triplet: 76, 24 and 4C. RGB value is (118,36,76). Sum of RGB (Red+Green+Blue) = 118+36+76=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76244C is #89DBB3. Grayscale: #414141. Windows color (decimal): -9034676 or 4990070. OLE color: 4990070.

HSL color Cylindrical-coordinate representation of color #76244C: hue angle of 330.73º 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 #76244C is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 76 -
CMYK 0 0.69 0.36 0.54
HSL 330.73º 0.53% 0.3% -
HSV(B) 330.73º 0.69% 0.46% -
XYZ 9.41 5.64 7.43 -
YUV 65.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 118 36 76 0 0.69 0.36 0.54 330.73 0.53 0.3
Hex 76 24 4C 0 45 24 36 14B 35 1E
Octal 166 44 114 0 105 44 66 513 65 36
Binary 1110110 100100 1001100 0 1000101 100100 110110 101001011 110101 11110

Color Harmonies of #76244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76244C

Black with #76244C

Text Example


Text Example

White with #76244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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