#85263E

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

Shades of Shiraz #85263E

Tints of Shiraz #85263E

Color information

#85263E (or 0x85263E) is unknown color: approx Shiraz. HEX triplet: 85, 26 and 3E. RGB value is (133,38,62). Sum of RGB (Red+Green+Blue) = 133+38+62=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85263E is #7AD9C1. Grayscale: #454545. Windows color (decimal): -8051138 or 4073093. OLE color: 4073093.

HSL color Cylindrical-coordinate representation of color #85263E: hue angle of 344.84º 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 #85263E is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1333862-
CMYK00.710.530.48
HSL344.84º55.56%33.53%-
HSV(B)344.84º71.43%52.16%-
XYZ11.246.725.26-
YUV69.14123.97173.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=57.08%
G=16.31%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133386200.710.530.48344.8455.5633.53
Hex85263E04735301593822
Octal2054676010765605317042
Binary1000010110011011111001000111110101110000101011001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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