#852838

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

Shades of Shiraz #852838

Tints of Shiraz #852838

Color information

#852838 (or 0x852838) is unknown color: approx Shiraz. HEX triplet: 85, 28 and 38. RGB value is (133,40,56). Sum of RGB (Red+Green+Blue) = 133+40+56=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #852838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852838 is #7AD7C7. Grayscale: #454545. Windows color (decimal): -8050632 or 3680389. OLE color: 3680389.

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

Color convert

RGB1334056-
CMYK00.700.580.48
HSL349.68º53.76%33.92%-
HSV(B)349.68º69.92%52.16%-
XYZ11.156.794.46-
YUV69.63120.31173.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=58.08%
G=17.47%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133405600.700.580.48349.6853.7633.92
Hex8528380463A3015e3622
Octal2055070010672605366642
Binary1000010110100011100001000110111010110000101011110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852838; }

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

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

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

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

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

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

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

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