#872A3A

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

Shades of Shiraz #872A3A

Tints of Shiraz #872A3A

Color information

#872A3A (or 0x872A3A) is unknown color: approx Shiraz. HEX triplet: 87, 2A and 3A. RGB value is (135,42,58). Sum of RGB (Red+Green+Blue) = 135+42+58=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #872A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A3A is #78D5C5. Grayscale: #474747. Windows color (decimal): -7919046 or 3811975. OLE color: 3811975.

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

Color convert

RGB1354258-
CMYK00.690.570.47
HSL349.68º52.54%34.71%-
HSV(B)349.68º68.89%52.94%-
XYZ11.587.114.77-
YUV71.63120.31173.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=57.45%
G=17.87%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135425800.690.570.47349.6852.5434.71
Hex872A3A045392F15e3523
Octal2075272010571575366543
Binary1000011110101011101001000101111001101111101011110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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