#84283D

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

Shades of Shiraz #84283D

Tints of Shiraz #84283D

Color information

#84283D (or 0x84283D) is unknown color: approx Shiraz. HEX triplet: 84, 28 and 3D. RGB value is (132,40,61). Sum of RGB (Red+Green+Blue) = 132+40+61=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84283D is #7BD7C2. Grayscale: #454545. Windows color (decimal): -8116163 or 4008068. OLE color: 4008068.

HSL color Cylindrical-coordinate representation of color #84283D: hue angle of 346.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84283D is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1324061-
CMYK00.700.540.48
HSL346.3º53.49%33.73%-
HSV(B)346.3º69.7%51.76%-
XYZ11.126.765.13-
YUV69.9122.98172.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=56.65%
G=17.17%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132406100.700.540.48346.353.4933.73
Hex84283D046363015a3522
Octal2045075010666605326542
Binary1000010010100011110101000110110110110000101011010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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