Html Css Color HEX #76264A Flirt

📋 copy color: '#76264A'

red 118 ◦ green 38 ◦ blue 74

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

Shades of Flirt #76264A

Tints of Flirt #76264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

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

R = 51.3%
G = 16.52%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76264A (or 0x76264A) is known color: Flirt. HEX triplet: 76, 26 and 4A. RGB value is (118,38,74). Sum of RGB (Red+Green+Blue) = 118+38+74=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76264A is #89D9B5. Grayscale: #414141. Windows color (decimal): -9034166 or 4859510. OLE color: 4859510.

HSL color Cylindrical-coordinate representation of color #76264A: hue angle of 333º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76264A is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 74 -
CMYK 0 0.68 0.37 0.54
HSL 333º 0.51% 0.31% -
HSV(B) 333º 0.68% 0.46% -
XYZ 9.4 5.73 7.09 -
YUV 66.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 118 38 74 0 0.68 0.37 0.54 333 0.51 0.31
Hex 76 26 4A 0 44 25 36 14D 33 1F
Octal 166 46 112 0 104 45 66 515 63 37
Binary 1110110 100110 1001010 0 1000100 100101 110110 101001101 110011 11111

Color Harmonies of #76264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76264A

Black with #76264A

Text Example


Text Example

White with #76264A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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