#842738

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

Shades of Shiraz #842738

Tints of Shiraz #842738

Color information

#842738 (or 0x842738) is unknown color: approx Shiraz. HEX triplet: 84, 27 and 38. RGB value is (132,39,56). Sum of RGB (Red+Green+Blue) = 132+39+56=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #842738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842738 is #7BD8C7. Grayscale: #444444. Windows color (decimal): -8116424 or 3680132. OLE color: 3680132.

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

Color convert

RGB1323956-
CMYK00.700.580.48
HSL349.03º54.39%33.53%-
HSV(B)349.03º70.45%51.76%-
XYZ10.966.644.45-
YUV68.74120.81173.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=58.15%
G=17.18%
B=24.67%

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
Decimal132395600.700.580.48349.0354.3933.53
Hex8427380463A3015d3622
Octal2044770010672605356642
Binary1000010010011111100001000110111010110000101011101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842738; }

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

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

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

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

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

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

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

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