#852836

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

Shades of Shiraz #852836

Tints of Shiraz #852836

Color information

#852836 (or 0x852836) is unknown color: approx Shiraz. HEX triplet: 85, 28 and 36. RGB value is (133,40,54). Sum of RGB (Red+Green+Blue) = 133+40+54=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #852836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852836 is #7AD7C9. Grayscale: #454545. Windows color (decimal): -8050634 or 3549317. OLE color: 3549317.

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

Color convert

RGB1334054-
CMYK00.700.590.48
HSL350.97º53.76%33.92%-
HSV(B)350.97º69.92%52.16%-
XYZ11.16.774.21-
YUV69.4119.31173.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=58.59%
G=17.62%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133405400.700.590.48350.9753.7633.92
Hex8528360463B3015f3622
Octal2055066010673605376642
Binary1000010110100011011001000110111011110000101011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852836; }

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

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

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

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

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

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

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

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