#7F2A32

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

Shades of Shiraz #7F2A32

Tints of Shiraz #7F2A32

Color information

#7F2A32 (or 0x7F2A32) is unknown color: approx Shiraz. HEX triplet: 7F, 2A and 32. RGB value is (127,42,50). Sum of RGB (Red+Green+Blue) = 127+42+50=219 (29% of max value = 765). Red value is 127 (50% from 255 or 57.99% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2A32 is #80D5CD. Grayscale: #444444. Windows color (decimal): -8443342 or 3287679. OLE color: 3287679.

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

Color convert

RGB1274250-
CMYK00.670.610.50
HSL354.35º50.3%33.14%-
HSV(B)354.35º66.93%49.8%-
XYZ10.166.43.72-
YUV68.33117.66169.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.99%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=57.99%
G=19.18%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127425000.670.610.50354.3550.333.14
Hex7F2A320433D321623221
Octal1775262010375625426241
Binary111111110101011001001000011111101110010101100010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,42,50); }

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

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

 a { background-color: rgb(127,42,50); }

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

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

 span { border-color: rgb(127,42,50); }

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