#842534

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

Shades of Shiraz #842534

Tints of Shiraz #842534

Color information

#842534 (or 0x842534) is unknown color: approx Shiraz. HEX triplet: 84, 25 and 34. RGB value is (132,37,52). Sum of RGB (Red+Green+Blue) = 132+37+52=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #842534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842534 is #7BDACB. Grayscale: #434343. Windows color (decimal): -8116940 or 3417476. OLE color: 3417476.

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

Color convert

RGB1323752-
CMYK00.720.610.48
HSL350.53º56.21%33.14%-
HSV(B)350.53º71.97%51.76%-
XYZ10.86.483.93-
YUV67.11119.47174.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=59.73%
G=16.74%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132375200.720.610.48350.5356.2133.14
Hex8425340483D3015f3821
Octal2044564011075605377041
Binary1000010010010111010001001000111101110000101011111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842534; }

 p { color: rgb(132,37,52); }

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

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

 a { background-color: rgb(132,37,52); }

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

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

 span { border-color: rgb(132,37,52); }

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