#85263C

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

Shades of Shiraz #85263C

Tints of Shiraz #85263C

Color information

#85263C (or 0x85263C) is unknown color: approx Shiraz. HEX triplet: 85, 26 and 3C. RGB value is (133,38,60). Sum of RGB (Red+Green+Blue) = 133+38+60=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85263C is #7AD9C3. Grayscale: #444444. Windows color (decimal): -8051140 or 3942021. OLE color: 3942021.

HSL color Cylindrical-coordinate representation of color #85263C: hue angle of 346.11º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85263C is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1333860-
CMYK00.710.550.48
HSL346.11º55.56%33.53%-
HSV(B)346.11º71.43%52.16%-
XYZ11.186.74.98-
YUV68.91122.97173.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=57.58%
G=16.45%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133386000.710.550.48346.1155.5633.53
Hex85263C047373015a3822
Octal2054674010767605327042
Binary1000010110011011110001000111110111110000101011010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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