Html Css Color HEX #842133 Shiraz

📋 copy color: '#842133'

red 132 ◦ green 33 ◦ blue 51

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

Shades of Shiraz #842133

Tints of Shiraz #842133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.61%

R = 61.11%
G = 15.28%
B = 23.61%

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

#842133 (or 0x842133) is known color: Shiraz. HEX triplet: 84, 21 and 33. RGB value is (132,33,51). Sum of RGB (Red+Green+Blue) = 132+33+51=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #842133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842133 is #7BDECC. Grayscale: #404040. Windows color (decimal): -8117965 or 3350916. OLE color: 3350916.

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

Color convert

RGB 132 33 51 -
CMYK 0 0.75 0.61 0.48
HSL 349.09º 0.6% 0.32% -
HSV(B) 349.09º 0.75% 0.52% -
XYZ 10.66 6.23 3.77 -
YUV 64.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 132 33 51 0 0.75 0.61 0.48 349.09 0.6 0.32
Hex 84 21 33 0 4B 3D 30 15D 3C 20
Octal 204 41 63 0 113 75 60 535 74 40
Binary 10000100 100001 110011 0 1001011 111101 110000 101011101 111100 100000

Color Harmonies of #842133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842133

Black with #842133

Text Example


Text Example

White with #842133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842133; }

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

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

background-color css

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

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

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

border-color css

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

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

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