Html Css Color HEX #842134 Shiraz

📋 copy color: '#842134'

red 132 ◦ green 33 ◦ blue 52

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

Shades of Shiraz #842134

Tints of Shiraz #842134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.21%

 BLUE value IS 52 (20.7% from 255) = 23.96%

R = 60.83%
G = 15.21%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#842134 (or 0x842134) is known color: Shiraz. HEX triplet: 84, 21 and 34. RGB value is (132,33,52). Sum of RGB (Red+Green+Blue) = 132+33+52=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #842134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842134 is #7BDECB. Grayscale: #404040. Windows color (decimal): -8117964 or 3416452. OLE color: 3416452.

HSL color Cylindrical-coordinate representation of color #842134: hue angle of 348.48º 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 #842134 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 52 -
CMYK 0 0.75 0.61 0.48
HSL 348.48º 0.6% 0.32% -
HSV(B) 348.48º 0.75% 0.52% -
XYZ 10.68 6.24 3.89 -
YUV 64.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 132 33 52 0 0.75 0.61 0.48 348.48 0.6 0.32
Hex 84 21 34 0 4B 3D 30 15C 3C 20
Octal 204 41 64 0 113 75 60 534 74 40
Binary 10000100 100001 110100 0 1001011 111101 110000 101011100 111100 100000

Color Harmonies of #842134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842134

Black with #842134

Text Example


Text Example

White with #842134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842134; }

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

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

background-color css

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

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

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

border-color css

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

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

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