Html Css Color HEX #76294B Flirt

📋 copy color: '#76294B'

red 118 ◦ green 41 ◦ blue 75

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

Shades of Flirt #76294B

Tints of Flirt #76294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 50.43%
G = 17.52%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76294B (or 0x76294B) is known color: Flirt. HEX triplet: 76, 29 and 4B. RGB value is (118,41,75). Sum of RGB (Red+Green+Blue) = 118+41+75=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76294B is #89D6B4. Grayscale: #434343. Windows color (decimal): -9033397 or 4925814. OLE color: 4925814.

HSL color Cylindrical-coordinate representation of color #76294B: hue angle of 333.51º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76294B is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 75 -
CMYK 0 0.65 0.36 0.54
HSL 333.51º 0.48% 0.31% -
HSV(B) 333.51º 0.65% 0.46% -
XYZ 9.53 5.95 7.3 -
YUV 67.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 118 41 75 0 0.65 0.36 0.54 333.51 0.48 0.31
Hex 76 29 4B 0 41 24 36 14E 30 1F
Octal 166 51 113 0 101 44 66 516 60 37
Binary 1110110 101001 1001011 0 1000001 100100 110110 101001110 110000 11111

Color Harmonies of #76294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76294B

Black with #76294B

Text Example


Text Example

White with #76294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76294B; }

 p { color: rgb(118,41,75); }

 H1.HeaderClassName
 {
   color: #76294B;
 }
 .AnyTagClassName
 {
   color: #76294B;
 }
</style>

background-color css

<style>
 a { background-color: #76294B; }

 a { background-color: rgb(118,41,75); }

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

border-color css

<style>
 span { border-color: #76294B; }

 span { border-color: rgb(118,41,75); }

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