#832435

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

Shades of Shiraz #832435

Tints of Shiraz #832435

Color information

#832435 (or 0x832435) is unknown color: approx Shiraz. HEX triplet: 83, 24 and 35. RGB value is (131,36,53). Sum of RGB (Red+Green+Blue) = 131+36+53=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #832435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832435 is #7CDBCA. Grayscale: #424242. Windows color (decimal): -8182731 or 3482755. OLE color: 3482755.

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

Color convert

RGB1313653-
CMYK00.730.600.49
HSL349.26º56.89%32.75%-
HSV(B)349.26º72.52%51.37%-
XYZ10.636.344.03-
YUV66.34120.47174.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.55%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=59.55%
G=16.36%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131365300.730.600.49349.2656.8932.75
Hex8324350493C3115d3921
Octal2034465011174615357141
Binary1000001110010011010101001001111100110001101011101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832435; }

 p { color: rgb(131,36,53); }

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

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

 a { background-color: rgb(131,36,53); }

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

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

 span { border-color: rgb(131,36,53); }

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