#872B40

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

Shades of Shiraz #872B40

Tints of Shiraz #872B40

Color information

#872B40 (or 0x872B40) is unknown color: approx Shiraz. HEX triplet: 87, 2B and 40. RGB value is (135,43,64). Sum of RGB (Red+Green+Blue) = 135+43+64=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #872B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B40 is #78D4BF. Grayscale: #484848. Windows color (decimal): -7918784 or 4205447. OLE color: 4205447.

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

Color convert

RGB1354364-
CMYK00.680.530.47
HSL346.3º51.69%34.9%-
HSV(B)346.3º68.15%52.94%-
XYZ11.787.255.63-
YUV72.9122.98172.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.79%
GREEN value IS 43 (17.19% from 255) = 17.77%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=55.79%
G=17.77%
B=26.45%

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
Decimal135436400.680.530.47346.351.6934.9
Hex872B40044352F15a3423
Octal20753100010465575326443
Binary10000111101011100000001000100110101101111101011010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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