#84193C

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

Shades of Shiraz #84193C

Tints of Shiraz #84193C

Color information

#84193C (or 0x84193C) is unknown color: approx Shiraz. HEX triplet: 84, 19 and 3C. RGB value is (132,25,60). Sum of RGB (Red+Green+Blue) = 132+25+60=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #84193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84193C is #7BE6C3. Grayscale: #3C3C3C. Windows color (decimal): -8120004 or 3938692. OLE color: 3938692.

HSL color Cylindrical-coordinate representation of color #84193C: hue angle of 340.37º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84193C is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1322560-
CMYK00.810.550.48
HSL340.37º68.15%30.78%-
HSV(B)340.37º81.06%51.76%-
XYZ10.685.934.86-
YUV60.98127.45178.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=60.83%
G=11.52%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132256000.810.550.48340.3768.1530.78
Hex84193C0513730154441f
Octal20431740121676052410437
Binary100001001100111110001010001110111110000101010100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84193C; }

 p { color: rgb(132,25,60); }

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

<style>
 a { background-color: #84193C; }

 a { background-color: rgb(132,25,60); }

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

<style>
 span { border-color: #84193C; }

 span { border-color: rgb(132,25,60); }

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