#872B3F

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

Shades of Shiraz #872B3F

Tints of Shiraz #872B3F

Color information

#872B3F (or 0x872B3F) is unknown color: approx Shiraz. HEX triplet: 87, 2B and 3F. RGB value is (135,43,63). Sum of RGB (Red+Green+Blue) = 135+43+63=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #872B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B3F is #78D4C0. Grayscale: #484848. Windows color (decimal): -7918785 or 4139911. OLE color: 4139911.

HSL color Cylindrical-coordinate representation of color #872B3F: hue angle of 346.96º 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 #872B3F is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1354363-
CMYK00.680.530.47
HSL346.96º51.69%34.9%-
HSV(B)346.96º68.15%52.94%-
XYZ11.757.245.48-
YUV72.79122.48172.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 43 (17.19% from 255) = 17.84%
BLUE value IS 63 (25% from 255) = 26.14%
R=56.02%
G=17.84%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135436300.680.530.47346.9651.6934.9
Hex872B3F044352F15b3423
Octal2075377010465575336443
Binary1000011110101111111101000100110101101111101011011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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