#852736

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

Shades of Shiraz #852736

Tints of Shiraz #852736

Color information

#852736 (or 0x852736) is unknown color: approx Shiraz. HEX triplet: 85, 27 and 36. RGB value is (133,39,54). Sum of RGB (Red+Green+Blue) = 133+39+54=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #852736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852736 is #7AD8C9. Grayscale: #444444. Windows color (decimal): -8050890 or 3549061. OLE color: 3549061.

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

Color convert

RGB1333954-
CMYK00.710.590.48
HSL350.43º54.65%33.73%-
HSV(B)350.43º70.68%52.16%-
XYZ11.066.74.2-
YUV68.82119.64173.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.85%
GREEN value IS 39 (15.62% from 255) = 17.26%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=58.85%
G=17.26%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133395400.710.590.48350.4354.6533.73
Hex8527360473B3015e3722
Octal2054766010773605366742
Binary1000010110011111011001000111111011110000101011110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852736; }

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

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

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

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

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

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

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

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