#85233C

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

Shades of Shiraz #85233C

Tints of Shiraz #85233C

Color information

#85233C (or 0x85233C) is unknown color: approx Shiraz. HEX triplet: 85, 23 and 3C. RGB value is (133,35,60). Sum of RGB (Red+Green+Blue) = 133+35+60=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85233C is #7ADCC3. Grayscale: #434343. Windows color (decimal): -8051908 or 3941253. OLE color: 3941253.

HSL color Cylindrical-coordinate representation of color #85233C: hue angle of 344.69º degrees, saturation: 0.58, 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 #85233C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1333560-
CMYK00.740.550.48
HSL344.69º58.33%32.94%-
HSV(B)344.69º73.68%52.16%-
XYZ11.096.514.95-
YUV67.15123.97174.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.33%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=58.33%
G=15.35%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133356000.740.550.48344.6958.3332.94
Hex85233C04A37301593a21
Octal2054374011267605317241
Binary1000010110001111110001001010110111110000101011001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85233C; }

 p { color: rgb(133,35,60); }

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

<style>
 a { background-color: #85233C; }

 a { background-color: rgb(133,35,60); }

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

<style>
 span { border-color: #85233C; }

 span { border-color: rgb(133,35,60); }

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