Html Css Color HEX #76244A Flirt

📋 copy color: '#76244A'

red 118 ◦ green 36 ◦ blue 74

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

Shades of Flirt #76244A

Tints of Flirt #76244A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.46%

R = 51.75%
G = 15.79%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76244A (or 0x76244A) is known color: Flirt. HEX triplet: 76, 24 and 4A. RGB value is (118,36,74). Sum of RGB (Red+Green+Blue) = 118+36+74=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76244A is #89DBB5. Grayscale: #404040. Windows color (decimal): -9034678 or 4858998. OLE color: 4858998.

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

Color convert

RGB 118 36 74 -
CMYK 0 0.69 0.37 0.54
HSL 332.2º 0.53% 0.3% -
HSV(B) 332.2º 0.69% 0.46% -
XYZ 9.34 5.61 7.07 -
YUV 64.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 118 36 74 0 0.69 0.37 0.54 332.2 0.53 0.3
Hex 76 24 4A 0 45 25 36 14C 35 1E
Octal 166 44 112 0 105 45 66 514 65 36
Binary 1110110 100100 1001010 0 1000101 100101 110110 101001100 110101 11110

Color Harmonies of #76244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76244A

Black with #76244A

Text Example


Text Example

White with #76244A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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