#85293B

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

Shades of Shiraz #85293B

Tints of Shiraz #85293B

Color information

#85293B (or 0x85293B) is unknown color: approx Shiraz. HEX triplet: 85, 29 and 3B. RGB value is (133,41,59). Sum of RGB (Red+Green+Blue) = 133+41+59=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85293B is #7AD6C4. Grayscale: #464646. Windows color (decimal): -8050373 or 3877253. OLE color: 3877253.

HSL color Cylindrical-coordinate representation of color #85293B: hue angle of 348.26º 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 #85293B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1334159-
CMYK00.690.560.48
HSL348.26º52.87%34.12%-
HSV(B)348.26º69.17%52.16%-
XYZ11.266.894.87-
YUV70.56121.48172.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=57.08%
G=17.60%
B=25.32%

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
Decimal133415900.690.560.48348.2652.8734.12
Hex85293B045383015c3522
Octal2055173010570605346542
Binary1000010110100111101101000101111000110000101011100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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