#872B3D

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

Shades of Shiraz #872B3D

Tints of Shiraz #872B3D

Color information

#872B3D (or 0x872B3D) is unknown color: approx Shiraz. HEX triplet: 87, 2B and 3D. RGB value is (135,43,61). Sum of RGB (Red+Green+Blue) = 135+43+61=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #872B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B3D is #78D4C2. Grayscale: #484848. Windows color (decimal): -7918787 or 4008839. OLE color: 4008839.

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

Color convert

RGB1354361-
CMYK00.680.550.47
HSL348.26º51.69%34.9%-
HSV(B)348.26º68.15%52.94%-
XYZ11.77.225.19-
YUV72.56121.48172.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=56.49%
G=17.99%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135436100.680.550.47348.2651.6934.9
Hex872B3D044372F15c3423
Octal2075375010467575346443
Binary1000011110101111110101000100110111101111101011100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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