#842838

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

Shades of Shiraz #842838

Tints of Shiraz #842838

Color information

#842838 (or 0x842838) is unknown color: approx Shiraz. HEX triplet: 84, 28 and 38. RGB value is (132,40,56). Sum of RGB (Red+Green+Blue) = 132+40+56=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #842838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842838 is #7BD7C7. Grayscale: #454545. Windows color (decimal): -8116168 or 3680388. OLE color: 3680388.

HSL color Cylindrical-coordinate representation of color #842838: hue angle of 349.57º degrees, saturation: 0.53, 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 #842838 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1324056-
CMYK00.700.580.48
HSL349.57º53.49%33.73%-
HSV(B)349.57º69.7%51.76%-
XYZ10.996.714.46-
YUV69.33120.48172.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=57.89%
G=17.54%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132405600.700.580.48349.5753.4933.73
Hex8428380463A3015e3522
Octal2045070010672605366542
Binary1000010010100011100001000110111010110000101011110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842838; }

 p { color: rgb(132,40,56); }

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

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

 a { background-color: rgb(132,40,56); }

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

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

 span { border-color: rgb(132,40,56); }

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