#85283D

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

Shades of Shiraz #85283D

Tints of Shiraz #85283D

Color information

#85283D (or 0x85283D) is unknown color: approx Shiraz. HEX triplet: 85, 28 and 3D. RGB value is (133,40,61). Sum of RGB (Red+Green+Blue) = 133+40+61=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #85283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85283D is #7AD7C2. Grayscale: #464646. Windows color (decimal): -8050627 or 4008069. OLE color: 4008069.

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

Color convert

RGB1334061-
CMYK00.700.540.48
HSL346.45º53.76%33.92%-
HSV(B)346.45º69.92%52.16%-
XYZ11.276.845.14-
YUV70.2122.81172.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.84%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=56.84%
G=17.09%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133406100.700.540.48346.4553.7633.92
Hex85283D046363015a3622
Octal2055075010666605326642
Binary1000010110100011110101000110110110110000101011010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85283D; }

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

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

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

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

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

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

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

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