#842138

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

Shades of Shiraz #842138

Tints of Shiraz #842138

Color information

#842138 (or 0x842138) is unknown color: approx Shiraz. HEX triplet: 84, 21 and 38. RGB value is (132,33,56). Sum of RGB (Red+Green+Blue) = 132+33+56=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #842138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842138 is #7BDEC7. Grayscale: #414141. Windows color (decimal): -8117960 or 3678596. OLE color: 3678596.

HSL color Cylindrical-coordinate representation of color #842138: hue angle of 346.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842138 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1323356-
CMYK00.750.580.48
HSL346.06º60%32.35%-
HSV(B)346.06º75%51.76%-
XYZ10.776.284.39-
YUV65.22122.8175.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=59.73%
G=14.93%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132335600.750.580.48346.066032.35
Hex84213804B3A3015a3c20
Octal2044170011372605327440
Binary1000010010000111100001001011111010110000101011010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842138; }

 p { color: rgb(132,33,56); }

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

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

 a { background-color: rgb(132,33,56); }

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

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

 span { border-color: rgb(132,33,56); }

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