#842B3A

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

Shades of Shiraz #842B3A

Tints of Shiraz #842B3A

Color information

#842B3A (or 0x842B3A) is unknown color: approx Shiraz. HEX triplet: 84, 2B and 3A. RGB value is (132,43,58). Sum of RGB (Red+Green+Blue) = 132+43+58=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #842B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842B3A is #7BD4C5. Grayscale: #474747. Windows color (decimal): -8115398 or 3812228. OLE color: 3812228.

HSL color Cylindrical-coordinate representation of color #842B3A: hue angle of 349.89º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842B3A is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1324358-
CMYK00.670.560.48
HSL349.89º50.86%34.31%-
HSV(B)349.89º67.42%51.76%-
XYZ11.146.944.75-
YUV71.32120.49171.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 43 (17.19% from 255) = 18.45%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=56.65%
G=18.45%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132435800.670.560.48349.8950.8634.31
Hex842B3A043383015e3322
Octal2045372010370605366342
Binary1000010010101111101001000011111000110000101011110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842B3A; }

 p { color: rgb(132,43,58); }

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

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

 a { background-color: rgb(132,43,58); }

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

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

 span { border-color: rgb(132,43,58); }

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