#85203E

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

Shades of Shiraz #85203E

Tints of Shiraz #85203E

Color information

#85203E (or 0x85203E) is unknown color: approx Shiraz. HEX triplet: 85, 20 and 3E. RGB value is (133,32,62). Sum of RGB (Red+Green+Blue) = 133+32+62=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85203E is #7ADFC1. Grayscale: #414141. Windows color (decimal): -8052674 or 4071557. OLE color: 4071557.

HSL color Cylindrical-coordinate representation of color #85203E: hue angle of 342.18º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85203E is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1333262-
CMYK00.760.530.48
HSL342.18º61.21%32.35%-
HSV(B)342.18º75.94%52.16%-
XYZ11.066.375.2-
YUV65.62125.96176.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=58.59%
G=14.10%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133326200.760.530.48342.1861.2132.35
Hex85203E04C35301563d20
Octal2054076011465605267540
Binary1000010110000011111001001100110101110000101010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85203E; }

 p { color: rgb(133,32,62); }

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

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

 a { background-color: rgb(133,32,62); }

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

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

 span { border-color: rgb(133,32,62); }

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