Html Css Color HEX #842034 Shiraz

📋 copy color: '#842034'

red 132 ◦ green 32 ◦ blue 52

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

Shades of Shiraz #842034

Tints of Shiraz #842034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

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

R = 61.11%
G = 14.81%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#842034 (or 0x842034) is known color: Shiraz. HEX triplet: 84, 20 and 34. RGB value is (132,32,52). Sum of RGB (Red+Green+Blue) = 132+32+52=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #842034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842034 is #7BDFCB. Grayscale: #404040. Windows color (decimal): -8118220 or 3416196. OLE color: 3416196.

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

Color convert

RGB 132 32 52 -
CMYK 0 0.76 0.61 0.48
HSL 348º 0.61% 0.32% -
HSV(B) 348º 0.76% 0.52% -
XYZ 10.65 6.19 3.88 -
YUV 64.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 132 32 52 0 0.76 0.61 0.48 348 0.61 0.32
Hex 84 20 34 0 4C 3D 30 15C 3D 20
Octal 204 40 64 0 114 75 60 534 75 40
Binary 10000100 100000 110100 0 1001100 111101 110000 101011100 111101 100000

Color Harmonies of #842034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842034

Black with #842034

Text Example


Text Example

White with #842034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842034; }

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

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

background-color css

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

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

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

border-color css

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

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

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