#832634

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

Shades of Shiraz #832634

Tints of Shiraz #832634

Color information

#832634 (or 0x832634) is unknown color: approx Shiraz. HEX triplet: 83, 26 and 34. RGB value is (131,38,52). Sum of RGB (Red+Green+Blue) = 131+38+52=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #832634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832634 is #7CD9CB. Grayscale: #434343. Windows color (decimal): -8182220 or 3417731. OLE color: 3417731.

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

Color convert

RGB1313852-
CMYK00.710.600.49
HSL350.97º55.03%33.14%-
HSV(B)350.97º70.99%51.37%-
XYZ10.676.463.93-
YUV67.4119.31173.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.28%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=59.28%
G=17.19%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131385200.710.600.49350.9755.0333.14
Hex8326340473C3115f3721
Octal2034664010774615376741
Binary1000001110011011010001000111111100110001101011111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832634; }

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

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

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

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

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

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

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

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