Html Css Color HEX #76244D Flirt

📋 copy color: '#76244D'

red 118 ◦ green 36 ◦ blue 77

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

Shades of Flirt #76244D

Tints of Flirt #76244D

RGB

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

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

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

R = 51.08%
G = 15.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76244D (or 0x76244D) is known color: Flirt. HEX triplet: 76, 24 and 4D. RGB value is (118,36,77). Sum of RGB (Red+Green+Blue) = 118+36+77=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76244D is #89DBB2. Grayscale: #414141. Windows color (decimal): -9034675 or 5055606. OLE color: 5055606.

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

Color convert

RGB 118 36 77 -
CMYK 0 0.69 0.35 0.54
HSL 330º 0.53% 0.3% -
HSV(B) 330º 0.69% 0.46% -
XYZ 9.44 5.65 7.61 -
YUV 65.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 118 36 77 0 0.69 0.35 0.54 330 0.53 0.3
Hex 76 24 4D 0 45 23 36 14A 35 1E
Octal 166 44 115 0 105 43 66 512 65 36
Binary 1110110 100100 1001101 0 1000101 100011 110110 101001010 110101 11110

Color Harmonies of #76244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76244D

Black with #76244D

Text Example


Text Example

White with #76244D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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