#831F3E

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

Shades of Shiraz #831F3E

Tints of Shiraz #831F3E

Color information

#831F3E (or 0x831F3E) is unknown color: approx Shiraz. HEX triplet: 83, 1F and 3E. RGB value is (131,31,62). Sum of RGB (Red+Green+Blue) = 131+31+62=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #831F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831F3E is #7CE0C1. Grayscale: #404040. Windows color (decimal): -8184002 or 4071299. OLE color: 4071299.

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

Color convert

RGB1313162-
CMYK00.760.530.49
HSL341.4º61.73%31.76%-
HSV(B)341.4º76.34%51.37%-
XYZ10.726.155.18-
YUV64.43126.63175.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.48%
GREEN value IS 31 (12.5% from 255) = 13.84%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=58.48%
G=13.84%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131316200.760.530.49341.461.7331.76
Hex831F3E04C35311553e20
Octal2033776011465615257640
Binary100000111111111111001001100110101110001101010101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,31,62); }

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

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

 a { background-color: rgb(131,31,62); }

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

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

 span { border-color: rgb(131,31,62); }

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