Html Css Color HEX #842839 Shiraz

📋 copy color: '#842839'

red 132 ◦ green 40 ◦ blue 57

#842839
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #842839

Tints of Shiraz #842839

RGB

 RED value IS 132 (51.95% from 255) = 57.64%

 GREEN value IS 40 (16.02% from 255) = 17.47%

 BLUE value IS 57 (22.66% from 255) = 24.89%

R = 57.64%
G = 17.47%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#842839 (or 0x842839) is known color: Shiraz. HEX triplet: 84, 28 and 39. RGB value is (132,40,57). Sum of RGB (Red+Green+Blue) = 132+40+57=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #842839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842839 is #7BD7C6. Grayscale: #454545. Windows color (decimal): -8116167 or 3745924. OLE color: 3745924.

HSL color Cylindrical-coordinate representation of color #842839: hue angle of 348.91º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842839 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 40 57 -
CMYK 0 0.70 0.57 0.48
HSL 348.91º 0.53% 0.34% -
HSV(B) 348.91º 0.7% 0.52% -
XYZ 11.01 6.72 4.59 -
YUV 69.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 132 40 57 0 0.70 0.57 0.48 348.91 0.53 0.34
Hex 84 28 39 0 46 39 30 15D 35 22
Octal 204 50 71 0 106 71 60 535 65 42
Binary 10000100 101000 111001 0 1000110 111001 110000 101011101 110101 100010

Color Harmonies of #842839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842839

Black with #842839

Text Example


Text Example

White with #842839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842839; }

 p { color: rgb(132,40,57); }

 H1.HeaderClassName
 {
   color: #842839;
 }
 .AnyTagClassName
 {
   color: #842839;
 }
</style>

background-color css

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

 a { background-color: rgb(132,40,57); }

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

border-color css

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

 span { border-color: rgb(132,40,57); }

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