#84203A

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

Shades of Shiraz #84203A

Tints of Shiraz #84203A

Color information

#84203A (or 0x84203A) is unknown color: approx Shiraz. HEX triplet: 84, 20 and 3A. RGB value is (132,32,58). Sum of RGB (Red+Green+Blue) = 132+32+58=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #84203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84203A is #7BDFC5. Grayscale: #404040. Windows color (decimal): -8118214 or 3809412. OLE color: 3809412.

HSL color Cylindrical-coordinate representation of color #84203A: hue angle of 344.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84203A is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1323258-
CMYK00.760.560.48
HSL344.4º60.98%32.16%-
HSV(B)344.4º75.76%51.76%-
XYZ10.86.244.64-
YUV64.86124.13175.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=59.46%
G=14.41%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132325800.760.560.48344.460.9832.16
Hex84203A04C38301583d20
Octal2044072011470605307540
Binary1000010010000011101001001100111000110000101011000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,32,58); }

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

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

 a { background-color: rgb(132,32,58); }

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

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

 span { border-color: rgb(132,32,58); }

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