#852532

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

Shades of Shiraz #852532

Tints of Shiraz #852532

Color information

#852532 (or 0x852532) is unknown color: approx Shiraz. HEX triplet: 85, 25 and 32. RGB value is (133,37,50). Sum of RGB (Red+Green+Blue) = 133+37+50=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #852532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852532 is #7ADACD. Grayscale: #434343. Windows color (decimal): -8051406 or 3286405. OLE color: 3286405.

HSL color Cylindrical-coordinate representation of color #852532: hue angle of 351.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852532 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1333750-
CMYK00.720.620.48
HSL351.88º56.47%33.33%-
HSV(B)351.88º72.18%52.16%-
XYZ10.916.543.7-
YUV67.19118.3174.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.45%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=60.45%
G=16.82%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133375000.720.620.48351.8856.4733.33
Hex8525320483E301603821
Octal2054562011076605407041
Binary1000010110010111001001001000111110110000101100000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852532; }

 p { color: rgb(133,37,50); }

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

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

 a { background-color: rgb(133,37,50); }

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

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

 span { border-color: rgb(133,37,50); }

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