#842D39

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

Shades of Shiraz #842D39

Tints of Shiraz #842D39

Color information

#842D39 (or 0x842D39) is unknown color: approx Shiraz. HEX triplet: 84, 2D and 39. RGB value is (132,45,57). Sum of RGB (Red+Green+Blue) = 132+45+57=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #842D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D39 is #7BD2C6. Grayscale: #484848. Windows color (decimal): -8114887 or 3747204. OLE color: 3747204.

HSL color Cylindrical-coordinate representation of color #842D39: hue angle of 351.72º 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 #842D39 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1324557-
CMYK00.660.570.48
HSL351.72º49.15%34.71%-
HSV(B)351.72º65.91%51.76%-
XYZ11.197.084.65-
YUV72.38119.32170.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.41%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=56.41%
G=19.23%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132455700.660.570.48351.7249.1534.71
Hex842D3904239301603123
Octal2045571010271605406143
Binary1000010010110111100101000010111001110000101100000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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