#852740

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

Shades of Shiraz #852740

Tints of Shiraz #852740

Color information

#852740 (or 0x852740) is unknown color: approx Shiraz. HEX triplet: 85, 27 and 40. RGB value is (133,39,64). Sum of RGB (Red+Green+Blue) = 133+39+64=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #852740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852740 is #7AD8BF. Grayscale: #454545. Windows color (decimal): -8050880 or 4204421. OLE color: 4204421.

HSL color Cylindrical-coordinate representation of color #852740: hue angle of 344.04º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852740 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1333964-
CMYK00.710.520.48
HSL344.04º54.65%33.73%-
HSV(B)344.04º70.68%52.16%-
XYZ11.326.815.57-
YUV69.96124.64172.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=56.36%
G=16.53%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133396400.710.520.48344.0454.6533.73
Hex85274004734301583722
Octal20547100010764605306742
Binary10000101100111100000001000111110100110000101011000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852740; }

 p { color: rgb(133,39,64); }

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

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

 a { background-color: rgb(133,39,64); }

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

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

 span { border-color: rgb(133,39,64); }

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