#872B3A

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

Shades of Shiraz #872B3A

Tints of Shiraz #872B3A

Color information

#872B3A (or 0x872B3A) is unknown color: approx Shiraz. HEX triplet: 87, 2B and 3A. RGB value is (135,43,58). Sum of RGB (Red+Green+Blue) = 135+43+58=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #872B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B3A is #78D4C5. Grayscale: #484848. Windows color (decimal): -7918790 or 3812231. OLE color: 3812231.

HSL color Cylindrical-coordinate representation of color #872B3A: hue angle of 350.22º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #872B3A is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1354358-
CMYK00.680.570.47
HSL350.22º51.69%34.9%-
HSV(B)350.22º68.15%52.94%-
XYZ11.627.184.78-
YUV72.22119.98172.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=57.20%
G=18.22%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135435800.680.570.47350.2251.6934.9
Hex872B3A044392F15e3423
Octal2075372010471575366443
Binary1000011110101111101001000100111001101111101011110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872B3A; }

 p { color: rgb(135,43,58); }

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

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

 a { background-color: rgb(135,43,58); }

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

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

 span { border-color: rgb(135,43,58); }

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