#832F35

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

Shades of Shiraz #832F35

Tints of Shiraz #832F35

Color information

#832F35 (or 0x832F35) is unknown color: approx Shiraz. HEX triplet: 83, 2F and 35. RGB value is (131,47,53). Sum of RGB (Red+Green+Blue) = 131+47+53=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #832F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832F35 is #7CD0CA. Grayscale: #484848. Windows color (decimal): -8179915 or 3485571. OLE color: 3485571.

HSL color Cylindrical-coordinate representation of color #832F35: hue angle of 355.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #832F35 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1314753-
CMYK00.640.600.49
HSL355.71º47.19%34.9%-
HSV(B)355.71º64.12%51.37%-
XYZ11.027.124.16-
YUV72.8116.83169.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.71%
GREEN value IS 47 (18.75% from 255) = 20.35%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=56.71%
G=20.35%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131475300.640.600.49355.7147.1934.9
Hex832F350403C311642f23
Octal2035765010074615445743
Binary1000001110111111010101000000111100110001101100100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832F35; }

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

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

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

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

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

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

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

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