#84213A

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

Shades of Shiraz #84213A

Tints of Shiraz #84213A

Color information

#84213A (or 0x84213A) is unknown color: approx Shiraz. HEX triplet: 84, 21 and 3A. RGB value is (132,33,58). Sum of RGB (Red+Green+Blue) = 132+33+58=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #84213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84213A is #7BDEC5. Grayscale: #414141. Windows color (decimal): -8117958 or 3809668. OLE color: 3809668.

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

Color convert

RGB1323358-
CMYK00.750.560.48
HSL344.85º60%32.35%-
HSV(B)344.85º75%51.76%-
XYZ10.826.34.65-
YUV65.45123.8175.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=59.19%
G=14.80%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132335800.750.560.48344.856032.35
Hex84213A04B38301593c20
Octal2044172011370605317440
Binary1000010010000111101001001011111000110000101011001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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