Html Css Color HEX #842132 Shiraz

📋 copy color: '#842132'

red 132 ◦ green 33 ◦ blue 50

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

Shades of Shiraz #842132

Tints of Shiraz #842132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 61.4%
G = 15.35%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#842132 (or 0x842132) is known color: Shiraz. HEX triplet: 84, 21 and 32. RGB value is (132,33,50). Sum of RGB (Red+Green+Blue) = 132+33+50=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #842132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842132 is #7BDECD. Grayscale: #404040. Windows color (decimal): -8117966 or 3285380. OLE color: 3285380.

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

Color convert

RGB 132 33 50 -
CMYK 0 0.75 0.62 0.48
HSL 349.7º 0.6% 0.32% -
HSV(B) 349.7º 0.75% 0.52% -
XYZ 10.64 6.22 3.66 -
YUV 64.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 132 33 50 0 0.75 0.62 0.48 349.7 0.6 0.32
Hex 84 21 32 0 4B 3E 30 15E 3C 20
Octal 204 41 62 0 113 76 60 536 74 40
Binary 10000100 100001 110010 0 1001011 111110 110000 101011110 111100 100000

Color Harmonies of #842132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842132

Black with #842132

Text Example


Text Example

White with #842132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842132; }

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

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

background-color css

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

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

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

border-color css

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

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

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