#85263A

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

Shades of Shiraz #85263A

Tints of Shiraz #85263A

Color information

#85263A (or 0x85263A) is unknown color: approx Shiraz. HEX triplet: 85, 26 and 3A. RGB value is (133,38,58). Sum of RGB (Red+Green+Blue) = 133+38+58=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85263A is #7AD9C5. Grayscale: #444444. Windows color (decimal): -8051142 or 3810949. OLE color: 3810949.

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

Color convert

RGB1333858-
CMYK00.710.560.48
HSL347.37º55.56%33.53%-
HSV(B)347.37º71.43%52.16%-
XYZ11.136.684.71-
YUV68.68121.97173.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=58.08%
G=16.59%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133385800.710.560.48347.3755.5633.53
Hex85263A047383015b3822
Octal2054672010770605337042
Binary1000010110011011101001000111111000110000101011011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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