#852835

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

Shades of Shiraz #852835

Tints of Shiraz #852835

Color information

#852835 (or 0x852835) is unknown color: approx Shiraz. HEX triplet: 85, 28 and 35. RGB value is (133,40,53). Sum of RGB (Red+Green+Blue) = 133+40+53=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #852835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852835 is #7AD7CA. Grayscale: #454545. Windows color (decimal): -8050635 or 3483781. OLE color: 3483781.

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

Color convert

RGB1334053-
CMYK00.700.600.48
HSL351.61º53.76%33.92%-
HSV(B)351.61º69.92%52.16%-
XYZ11.076.764.09-
YUV69.29118.81173.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.85%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=58.85%
G=17.70%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133405300.700.600.48351.6153.7633.92
Hex8528350463C301603622
Octal2055065010674605406642
Binary1000010110100011010101000110111100110000101100000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852835; }

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

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

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

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

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

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

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

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