#85293A

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

Shades of Shiraz #85293A

Tints of Shiraz #85293A

Color information

#85293A (or 0x85293A) is unknown color: approx Shiraz. HEX triplet: 85, 29 and 3A. RGB value is (133,41,58). Sum of RGB (Red+Green+Blue) = 133+41+58=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85293A is #7AD6C5. Grayscale: #464646. Windows color (decimal): -8050374 or 3811717. OLE color: 3811717.

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

Color convert

RGB1334158-
CMYK00.690.560.48
HSL348.91º52.87%34.12%-
HSV(B)348.91º69.17%52.16%-
XYZ11.236.884.74-
YUV70.45120.98172.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.33%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 58 (23.05% from 255) = 25%
R=57.33%
G=17.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133415800.690.560.48348.9152.8734.12
Hex85293A045383015d3522
Octal2055172010570605356542
Binary1000010110100111101001000101111000110000101011101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85293A; }

 p { color: rgb(133,41,58); }

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

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

 a { background-color: rgb(133,41,58); }

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

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

 span { border-color: rgb(133,41,58); }

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