#872F3A

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

Shades of Shiraz #872F3A

Tints of Shiraz #872F3A

Color information

#872F3A (or 0x872F3A) is unknown color: approx Shiraz. HEX triplet: 87, 2F and 3A. RGB value is (135,47,58). Sum of RGB (Red+Green+Blue) = 135+47+58=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #872F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F3A is #78D0C5. Grayscale: #4A4A4A. Windows color (decimal): -7917766 or 3813255. OLE color: 3813255.

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

Color convert

RGB1354758-
CMYK00.650.570.47
HSL352.5º48.35%35.69%-
HSV(B)352.5º65.19%52.94%-
XYZ11.777.494.83-
YUV74.57118.65171.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=56.25%
G=19.58%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135475800.650.570.47352.548.3535.69
Hex872F3A041392F1603024
Octal2075772010171575406044
Binary1000011110111111101001000001111001101111101100000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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