#84193E

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

Shades of Shiraz #84193E

Tints of Shiraz #84193E

Color information

#84193E (or 0x84193E) is unknown color: approx Shiraz. HEX triplet: 84, 19 and 3E. RGB value is (132,25,62). Sum of RGB (Red+Green+Blue) = 132+25+62=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #84193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84193E is #7BE6C1. Grayscale: #3D3D3D. Windows color (decimal): -8120002 or 4069764. OLE color: 4069764.

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

Color convert

RGB1322562-
CMYK00.810.530.48
HSL339.25º68.15%30.78%-
HSV(B)339.25º81.06%51.76%-
XYZ10.735.955.14-
YUV61.21128.45178.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 62 (24.61% from 255) = 28.31%
R=60.27%
G=11.42%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132256200.810.530.48339.2568.1530.78
Hex84193E0513530153441f
Octal20431760121656052310437
Binary100001001100111111001010001110101110000101010011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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