#842438

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

Shades of Shiraz #842438

Tints of Shiraz #842438

Color information

#842438 (or 0x842438) is unknown color: approx Shiraz. HEX triplet: 84, 24 and 38. RGB value is (132,36,56). Sum of RGB (Red+Green+Blue) = 132+36+56=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #842438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842438 is #7BDBC7. Grayscale: #434343. Windows color (decimal): -8117192 or 3679364. OLE color: 3679364.

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

Color convert

RGB1323656-
CMYK00.730.580.48
HSL347.5º57.14%32.94%-
HSV(B)347.5º72.73%51.76%-
XYZ10.866.454.41-
YUV66.98121.8174.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.93%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 56 (22.27% from 255) = 25%
R=58.93%
G=16.07%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132365600.730.580.48347.557.1432.94
Hex8424380493A3015c3921
Octal2044470011172605347141
Binary1000010010010011100001001001111010110000101011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842438; }

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

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

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

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

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

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

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

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