#842638

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

Shades of Shiraz #842638

Tints of Shiraz #842638

Color information

#842638 (or 0x842638) is unknown color: approx Shiraz. HEX triplet: 84, 26 and 38. RGB value is (132,38,56). Sum of RGB (Red+Green+Blue) = 132+38+56=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #842638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842638 is #7BD9C7. Grayscale: #444444. Windows color (decimal): -8116680 or 3679876. OLE color: 3679876.

HSL color Cylindrical-coordinate representation of color #842638: hue angle of 348.51º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842638 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1323856-
CMYK00.710.580.48
HSL348.51º55.29%33.33%-
HSV(B)348.51º71.21%51.76%-
XYZ10.926.584.44-
YUV68.16121.14173.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=58.41%
G=16.81%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132385600.710.580.48348.5155.2933.33
Hex8426380473A3015d3721
Octal2044670010772605356741
Binary1000010010011011100001000111111010110000101011101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842638; }

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

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

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

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

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

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

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

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