#852837

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

Shades of Shiraz #852837

Tints of Shiraz #852837

Color information

#852837 (or 0x852837) is unknown color: approx Shiraz. HEX triplet: 85, 28 and 37. RGB value is (133,40,55). Sum of RGB (Red+Green+Blue) = 133+40+55=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #852837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852837 is #7AD7C8. Grayscale: #454545. Windows color (decimal): -8050633 or 3614853. OLE color: 3614853.

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

Color convert

RGB1334055-
CMYK00.700.590.48
HSL350.32º53.76%33.92%-
HSV(B)350.32º69.92%52.16%-
XYZ11.126.784.34-
YUV69.52119.81173.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.33%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=58.33%
G=17.54%
B=24.12%

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
Decimal133405500.700.590.48350.3253.7633.92
Hex8528370463B3015e3622
Octal2055067010673605366642
Binary1000010110100011011101000110111011110000101011110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852837; }

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

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

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

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

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

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

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

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