#85273F

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

Shades of Shiraz #85273F

Tints of Shiraz #85273F

Color information

#85273F (or 0x85273F) is unknown color: approx Shiraz. HEX triplet: 85, 27 and 3F. RGB value is (133,39,63). Sum of RGB (Red+Green+Blue) = 133+39+63=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #85273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85273F is #7AD8C0. Grayscale: #454545. Windows color (decimal): -8050881 or 4138885. OLE color: 4138885.

HSL color Cylindrical-coordinate representation of color #85273F: hue angle of 344.68º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85273F is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1333963-
CMYK00.710.530.48
HSL344.68º54.65%33.73%-
HSV(B)344.68º70.68%52.16%-
XYZ11.36.85.42-
YUV69.84124.14173.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 63 (25% from 255) = 26.81%
R=56.60%
G=16.60%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133396300.710.530.48344.6854.6533.73
Hex85273F04735301593722
Octal2054777010765605316742
Binary1000010110011111111101000111110101110000101011001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85273F; }

 p { color: rgb(133,39,63); }

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

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

 a { background-color: rgb(133,39,63); }

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

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

 span { border-color: rgb(133,39,63); }

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