#832534

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

Shades of Shiraz #832534

Tints of Shiraz #832534

Color information

#832534 (or 0x832534) is unknown color: approx Shiraz. HEX triplet: 83, 25 and 34. RGB value is (131,37,52). Sum of RGB (Red+Green+Blue) = 131+37+52=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #832534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832534 is #7CDACB. Grayscale: #424242. Windows color (decimal): -8182476 or 3417475. OLE color: 3417475.

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

Color convert

RGB1313752-
CMYK00.720.600.49
HSL350.43º55.95%32.94%-
HSV(B)350.43º71.76%51.37%-
XYZ10.646.43.92-
YUV66.82119.64173.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.55%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=59.55%
G=16.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131375200.720.600.49350.4355.9532.94
Hex8325340483C3115e3821
Octal2034564011074615367041
Binary1000001110010111010001001000111100110001101011110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832534; }

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

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

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

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

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

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

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

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