#842D33

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

Shades of Shiraz #842D33

Tints of Shiraz #842D33

Color information

#842D33 (or 0x842D33) is unknown color: approx Shiraz. HEX triplet: 84, 2D and 33. RGB value is (132,45,51). Sum of RGB (Red+Green+Blue) = 132+45+51=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #842D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D33 is #7BD2CC. Grayscale: #474747. Windows color (decimal): -8114893 or 3353988. OLE color: 3353988.

HSL color Cylindrical-coordinate representation of color #842D33: hue angle of 355.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D33 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1324551-
CMYK00.660.610.48
HSL355.86º49.15%34.71%-
HSV(B)355.86º65.91%51.76%-
XYZ11.057.023.9-
YUV71.7116.32171.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 45 (17.97% from 255) = 19.74%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=57.89%
G=19.74%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132455100.660.610.48355.8649.1534.71
Hex842D330423D301643123
Octal2045563010275605446143
Binary1000010010110111001101000010111101110000101100100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,45,51); }

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

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

 a { background-color: rgb(132,45,51); }

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

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

 span { border-color: rgb(132,45,51); }

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