#831E38

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

Shades of Shiraz #831E38

Tints of Shiraz #831E38

Color information

#831E38 (or 0x831E38) is unknown color: approx Shiraz. HEX triplet: 83, 1E and 38. RGB value is (131,30,56). Sum of RGB (Red+Green+Blue) = 131+30+56=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #831E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831E38 is #7CE1C7. Grayscale: #3F3F3F. Windows color (decimal): -8184264 or 3677827. OLE color: 3677827.

HSL color Cylindrical-coordinate representation of color #831E38: hue angle of 344.55º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831E38 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1313056-
CMYK00.770.570.49
HSL344.55º62.73%31.57%-
HSV(B)344.55º77.1%51.37%-
XYZ10.546.044.35-
YUV63.16123.96176.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.37%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=60.37%
G=13.82%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131305600.770.570.49344.5562.7331.57
Hex831E3804D39311593f20
Octal2033670011571615317740
Binary100000111111011100001001101111001110001101011001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831E38; }

 p { color: rgb(131,30,56); }

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

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

 a { background-color: rgb(131,30,56); }

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

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

 span { border-color: rgb(131,30,56); }

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