#76274B

Color #76274B Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #76274B

Tints of Flirt #76274B

Color information

#76274B (or 0x76274B) is unknown color: approx Flirt. HEX triplet: 76, 27 and 4B. RGB value is (118,39,75). Sum of RGB (Red+Green+Blue) = 118+39+75=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76274B is #89D8B4. Grayscale: #424242. Windows color (decimal): -9033909 or 4925302. OLE color: 4925302.

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

Color convert

RGB1183975-
CMYK00.670.360.54
HSL332.66º50.32%30.78%-
HSV(B)332.66º66.95%46.27%-
XYZ9.475.817.28-
YUV66.72132.67164.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=50.86%
G=16.81%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118397500.670.360.54332.6650.3230.78
Hex76274B043243614d321f
Octal16647113010344665156237
Binary111011010011110010110100001110010011011010100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76274B;
 }
 .AnyTagClassName
 {
   color: #76274B;
 }
</style>
background-color css

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

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

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

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

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

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