#842530

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

Shades of Shiraz #842530

Tints of Shiraz #842530

Color information

#842530 (or 0x842530) is unknown color: approx Shiraz. HEX triplet: 84, 25 and 30. RGB value is (132,37,48). Sum of RGB (Red+Green+Blue) = 132+37+48=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #842530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842530 is #7BDACF. Grayscale: #424242. Windows color (decimal): -8116944 or 3155332. OLE color: 3155332.

HSL color Cylindrical-coordinate representation of color #842530: hue angle of 353.05º 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 #842530 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1323748-
CMYK00.720.640.48
HSL353.05º56.21%33.14%-
HSV(B)353.05º71.97%51.76%-
XYZ10.716.443.48-
YUV66.66117.47174.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=60.83%
G=17.05%
B=22.12%

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
Decimal132374800.720.640.48353.0556.2133.14
Hex84253004840301613821
Octal20445600110100605417041
Binary10000100100101110000010010001000000110000101100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842530; }

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

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

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

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

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

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

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

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