#85213D

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

Shades of Shiraz #85213D

Tints of Shiraz #85213D

Color information

#85213D (or 0x85213D) is unknown color: approx Shiraz. HEX triplet: 85, 21 and 3D. RGB value is (133,33,61). Sum of RGB (Red+Green+Blue) = 133+33+61=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85213D is #7ADEC2. Grayscale: #424242. Windows color (decimal): -8052419 or 4006277. OLE color: 4006277.

HSL color Cylindrical-coordinate representation of color #85213D: hue angle of 343.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85213D is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1333361-
CMYK00.750.540.48
HSL343.2º60.24%32.55%-
HSV(B)343.2º75.19%52.16%-
XYZ11.066.415.07-
YUV66.09125.13175.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=58.59%
G=14.54%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133336100.750.540.48343.260.2432.55
Hex85213D04B36301573c21
Octal2054175011366605277441
Binary1000010110000111110101001011110110110000101010111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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