#842730

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

Shades of Shiraz #842730

Tints of Shiraz #842730

Color information

#842730 (or 0x842730) is unknown color: approx Shiraz. HEX triplet: 84, 27 and 30. RGB value is (132,39,48). Sum of RGB (Red+Green+Blue) = 132+39+48=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #842730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842730 is #7BD8CF. Grayscale: #434343. Windows color (decimal): -8116432 or 3155844. OLE color: 3155844.

HSL color Cylindrical-coordinate representation of color #842730: hue angle of 354.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842730 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1323948-
CMYK00.700.640.48
HSL354.19º54.39%33.53%-
HSV(B)354.19º70.45%51.76%-
XYZ10.776.573.5-
YUV67.83116.81173.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 48 (19.14% from 255) = 21.92%
R=60.27%
G=17.81%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132394800.700.640.48354.1954.3933.53
Hex84273004640301623622
Octal20447600106100605426642
Binary10000100100111110000010001101000000110000101100010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842730; }

 p { color: rgb(132,39,48); }

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

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

 a { background-color: rgb(132,39,48); }

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

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

 span { border-color: rgb(132,39,48); }

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