#842736

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

Shades of Shiraz #842736

Tints of Shiraz #842736

Color information

#842736 (or 0x842736) is unknown color: approx Shiraz. HEX triplet: 84, 27 and 36. RGB value is (132,39,54). Sum of RGB (Red+Green+Blue) = 132+39+54=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #842736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842736 is #7BD8C9. Grayscale: #444444. Windows color (decimal): -8116426 or 3549060. OLE color: 3549060.

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

Color convert

RGB1323954-
CMYK00.700.590.48
HSL350.32º54.39%33.53%-
HSV(B)350.32º70.45%51.76%-
XYZ10.916.624.19-
YUV68.52119.81173.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 54 (21.48% from 255) = 24%
R=58.67%
G=17.33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132395400.700.590.48350.3254.3933.53
Hex8427360463B3015e3622
Octal2044766010673605366642
Binary1000010010011111011001000110111011110000101011110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842736; }

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

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

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

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

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

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

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

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