#842A3A

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

Shades of Shiraz #842A3A

Tints of Shiraz #842A3A

Color information

#842A3A (or 0x842A3A) is unknown color: approx Shiraz. HEX triplet: 84, 2A and 3A. RGB value is (132,42,58). Sum of RGB (Red+Green+Blue) = 132+42+58=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #842A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A3A is #7BD5C5. Grayscale: #464646. Windows color (decimal): -8115654 or 3811972. OLE color: 3811972.

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

Color convert

RGB1324258-
CMYK00.680.560.48
HSL349.33º51.72%34.12%-
HSV(B)349.33º68.18%51.76%-
XYZ11.116.874.74-
YUV70.73120.82171.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 58 (23.05% from 255) = 25%
R=56.90%
G=18.10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132425800.680.560.48349.3351.7234.12
Hex842A3A044383015d3422
Octal2045272010470605356442
Binary1000010010101011101001000100111000110000101011101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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