#84223D

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

Shades of Shiraz #84223D

Tints of Shiraz #84223D

Color information

#84223D (or 0x84223D) is unknown color: approx Shiraz. HEX triplet: 84, 22 and 3D. RGB value is (132,34,61). Sum of RGB (Red+Green+Blue) = 132+34+61=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84223D is #7BDDC2. Grayscale: #424242. Windows color (decimal): -8117699 or 4006532. OLE color: 4006532.

HSL color Cylindrical-coordinate representation of color #84223D: hue angle of 343.47º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84223D is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1323461-
CMYK00.740.540.48
HSL343.47º59.04%32.55%-
HSV(B)343.47º74.24%51.76%-
XYZ10.936.395.07-
YUV66.38124.97174.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=58.15%
G=14.98%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132346100.740.540.48343.4759.0432.55
Hex84223D04A36301573b21
Octal2044275011266605277341
Binary1000010010001011110101001010110110110000101010111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84223D; }

 p { color: rgb(132,34,61); }

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

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

 a { background-color: rgb(132,34,61); }

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

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

 span { border-color: rgb(132,34,61); }

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