#842635

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

Shades of Shiraz #842635

Tints of Shiraz #842635

Color information

#842635 (or 0x842635) is unknown color: approx Shiraz. HEX triplet: 84, 26 and 35. RGB value is (132,38,53). Sum of RGB (Red+Green+Blue) = 132+38+53=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #842635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842635 is #7BD9CA. Grayscale: #434343. Windows color (decimal): -8116683 or 3483268. OLE color: 3483268.

HSL color Cylindrical-coordinate representation of color #842635: hue angle of 350.43º 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 #842635 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1323853-
CMYK00.710.600.48
HSL350.43º55.29%33.33%-
HSV(B)350.43º71.21%51.76%-
XYZ10.856.554.06-
YUV67.82119.64173.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=59.19%
G=17.04%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132385300.710.600.48350.4355.2933.33
Hex8426350473C3015e3721
Octal2044665010774605366741
Binary1000010010011011010101000111111100110000101011110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842635; }

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

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

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

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

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

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

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

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