#76274A

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

Shades of Flirt #76274A

Tints of Flirt #76274A

Color information

#76274A (or 0x76274A) is unknown color: approx Flirt. HEX triplet: 76, 27 and 4A. RGB value is (118,39,74). Sum of RGB (Red+Green+Blue) = 118+39+74=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76274A is #89D8B5. Grayscale: #424242. Windows color (decimal): -9033910 or 4859766. OLE color: 4859766.

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

Color convert

RGB1183974-
CMYK00.670.370.54
HSL333.42º50.32%30.78%-
HSV(B)333.42º66.95%46.27%-
XYZ9.435.87.1-
YUV66.61132.17164.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=51.08%
G=16.88%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118397400.670.370.54333.4250.3230.78
Hex76274A043253614d321f
Octal16647112010345665156237
Binary111011010011110010100100001110010111011010100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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