#852530

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

Shades of Shiraz #852530

Tints of Shiraz #852530

Color information

#852530 (or 0x852530) is unknown color: approx Shiraz. HEX triplet: 85, 25 and 30. RGB value is (133,37,48). Sum of RGB (Red+Green+Blue) = 133+37+48=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #852530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852530 is #7ADACF. Grayscale: #434343. Windows color (decimal): -8051408 or 3155333. OLE color: 3155333.

HSL color Cylindrical-coordinate representation of color #852530: hue angle of 353.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852530 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1333748-
CMYK00.720.640.48
HSL353.12º56.47%33.33%-
HSV(B)353.12º72.18%52.16%-
XYZ10.876.523.48-
YUV66.96117.3175.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.01%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=61.01%
G=16.97%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133374800.720.640.48353.1256.4733.33
Hex85253004840301613821
Octal20545600110100605417041
Binary10000101100101110000010010001000000110000101100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852530; }

 p { color: rgb(133,37,48); }

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

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

 a { background-color: rgb(133,37,48); }

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

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

 span { border-color: rgb(133,37,48); }

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