#85223A

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

Shades of Shiraz #85223A

Tints of Shiraz #85223A

Color information

#85223A (or 0x85223A) is unknown color: approx Shiraz. HEX triplet: 85, 22 and 3A. RGB value is (133,34,58). Sum of RGB (Red+Green+Blue) = 133+34+58=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85223A is #7ADDC5. Grayscale: #424242. Windows color (decimal): -8052166 or 3809925. OLE color: 3809925.

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

Color convert

RGB1333458-
CMYK00.740.560.48
HSL345.45º59.28%32.75%-
HSV(B)345.45º74.44%52.16%-
XYZ11.016.444.67-
YUV66.34123.3175.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.11%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=59.11%
G=15.11%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133345800.740.560.48345.4559.2832.75
Hex85223A04A38301593b21
Octal2054272011270605317341
Binary1000010110001011101001001010111000110000101011001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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