#7F2934

Color #7F2934 Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #7F2934

Tints of Shiraz #7F2934

Color information

#7F2934 (or 0x7F2934) is unknown color: approx Shiraz. HEX triplet: 7F, 29 and 34. RGB value is (127,41,52). Sum of RGB (Red+Green+Blue) = 127+41+52=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2934 is #80D6CB. Grayscale: #444444. Windows color (decimal): -8443596 or 3418495. OLE color: 3418495.

HSL color Cylindrical-coordinate representation of color #7F2934: hue angle of 352.33º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F2934 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1274152-
CMYK00.680.590.50
HSL352.33º51.19%32.94%-
HSV(B)352.33º67.72%49.8%-
XYZ10.176.353.94-
YUV67.97118.99170.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.73%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=57.73%
G=18.64%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127415200.680.590.50352.3351.1932.94
Hex7F29340443B321603321
Octal1775164010473625406341
Binary111111110100111010001000100111011110010101100000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2934; }

 p { color: rgb(127,41,52); }

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

<style>
 a { background-color: #7F2934; }

 a { background-color: rgb(127,41,52); }

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

<style>
 span { border-color: #7F2934; }

 span { border-color: rgb(127,41,52); }

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