#84283E

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

Shades of Shiraz #84283E

Tints of Shiraz #84283E

Color information

#84283E (or 0x84283E) is unknown color: approx Shiraz. HEX triplet: 84, 28 and 3E. RGB value is (132,40,62). Sum of RGB (Red+Green+Blue) = 132+40+62=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #84283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84283E is #7BD7C1. Grayscale: #464646. Windows color (decimal): -8116162 or 4073604. OLE color: 4073604.

HSL color Cylindrical-coordinate representation of color #84283E: hue angle of 345.65º 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 #84283E is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1324062-
CMYK00.700.530.48
HSL345.65º53.49%33.73%-
HSV(B)345.65º69.7%51.76%-
XYZ11.146.775.28-
YUV70.02123.48172.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.41%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=56.41%
G=17.09%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132406200.700.530.48345.6553.4933.73
Hex84283E046353015a3522
Octal2045076010665605326542
Binary1000010010100011111001000110110101110000101011010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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