#85223F

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

Shades of Shiraz #85223F

Tints of Shiraz #85223F

Color information

#85223F (or 0x85223F) is unknown color: approx Shiraz. HEX triplet: 85, 22 and 3F. RGB value is (133,34,63). Sum of RGB (Red+Green+Blue) = 133+34+63=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85223F is #7ADDC0. Grayscale: #424242. Windows color (decimal): -8052161 or 4137605. OLE color: 4137605.

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

Color convert

RGB1333463-
CMYK00.740.530.48
HSL342.42º59.28%32.75%-
HSV(B)342.42º74.44%52.16%-
XYZ11.146.495.37-
YUV66.91125.8175.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.83%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 63 (25% from 255) = 27.39%
R=57.83%
G=14.78%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133346300.740.530.48342.4259.2832.75
Hex85223F04A35301563b21
Octal2054277011265605267341
Binary1000010110001011111101001010110101110000101010110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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