#842238

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

Shades of Shiraz #842238

Tints of Shiraz #842238

Color information

#842238 (or 0x842238) is unknown color: approx Shiraz. HEX triplet: 84, 22 and 38. RGB value is (132,34,56). Sum of RGB (Red+Green+Blue) = 132+34+56=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #842238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842238 is #7BDDC7. Grayscale: #414141. Windows color (decimal): -8117704 or 3678852. OLE color: 3678852.

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

Color convert

RGB1323456-
CMYK00.740.580.48
HSL346.53º59.04%32.55%-
HSV(B)346.53º74.24%51.76%-
XYZ10.86.344.39-
YUV65.81122.47175.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=59.46%
G=15.32%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132345600.740.580.48346.5359.0432.55
Hex84223804A3A3015b3b21
Octal2044270011272605337341
Binary1000010010001011100001001010111010110000101011011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842238; }

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

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

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

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

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

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

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

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