#852632

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

Shades of Shiraz #852632

Tints of Shiraz #852632

Color information

#852632 (or 0x852632) is unknown color: approx Shiraz. HEX triplet: 85, 26 and 32. RGB value is (133,38,50). Sum of RGB (Red+Green+Blue) = 133+38+50=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #852632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852632 is #7AD9CD. Grayscale: #434343. Windows color (decimal): -8051150 or 3286661. OLE color: 3286661.

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

Color convert

RGB1333850-
CMYK00.710.620.48
HSL352.42º55.56%33.53%-
HSV(B)352.42º71.43%52.16%-
XYZ10.946.63.72-
YUV67.77117.97174.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.18%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=60.18%
G=17.19%
B=22.62%

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
Decimal133385000.710.620.48352.4255.5633.53
Hex8526320473E301603822
Octal2054662010776605407042
Binary1000010110011011001001000111111110110000101100000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852632; }

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

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

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

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

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

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

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

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