#842538

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

Shades of Shiraz #842538

Tints of Shiraz #842538

Color information

#842538 (or 0x842538) is unknown color: approx Shiraz. HEX triplet: 84, 25 and 38. RGB value is (132,37,56). Sum of RGB (Red+Green+Blue) = 132+37+56=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #842538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842538 is #7BDAC7. Grayscale: #434343. Windows color (decimal): -8116936 or 3679620. OLE color: 3679620.

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

Color convert

RGB1323756-
CMYK00.720.580.48
HSL348º56.21%33.14%-
HSV(B)348º71.97%51.76%-
XYZ10.896.514.42-
YUV67.57121.47173.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=58.67%
G=16.44%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132375600.720.580.4834856.2133.14
Hex8425380483A3015c3821
Octal2044570011072605347041
Binary1000010010010111100001001000111010110000101011100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842538; }

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

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

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

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

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

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

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

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