#852733

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

Shades of Shiraz #852733

Tints of Shiraz #852733

Color information

#852733 (or 0x852733) is unknown color: approx Shiraz. HEX triplet: 85, 27 and 33. RGB value is (133,39,51). Sum of RGB (Red+Green+Blue) = 133+39+51=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #852733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852733 is #7AD8CC. Grayscale: #444444. Windows color (decimal): -8050893 or 3352453. OLE color: 3352453.

HSL color Cylindrical-coordinate representation of color #852733: hue angle of 352.34º 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 #852733 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1333951-
CMYK00.710.620.48
HSL352.34º54.65%33.73%-
HSV(B)352.34º70.68%52.16%-
XYZ116.683.84-
YUV68.47118.14174.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.64%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=59.64%
G=17.49%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133395100.710.620.48352.3454.6533.73
Hex8527330473E301603722
Octal2054763010776605406742
Binary1000010110011111001101000111111110110000101100000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852733; }

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

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

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

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

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

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

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

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