Html Css Color HEX #842933 Shiraz

📋 copy color: '#842933'

red 132 ◦ green 41 ◦ blue 51

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

Shades of Shiraz #842933

Tints of Shiraz #842933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

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

R = 58.93%
G = 18.3%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#842933 (or 0x842933) is known color: Shiraz. HEX triplet: 84, 29 and 33. RGB value is (132,41,51). Sum of RGB (Red+Green+Blue) = 132+41+51=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #842933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842933 is #7BD6CC. Grayscale: #454545. Windows color (decimal): -8115917 or 3352964. OLE color: 3352964.

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

Color convert

RGB 132 41 51 -
CMYK 0 0.69 0.61 0.48
HSL 353.41º 0.53% 0.34% -
HSV(B) 353.41º 0.69% 0.52% -
XYZ 10.91 6.73 3.86 -
YUV 69.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 132 41 51 0 0.69 0.61 0.48 353.41 0.53 0.34
Hex 84 29 33 0 45 3D 30 161 35 22
Octal 204 51 63 0 105 75 60 541 65 42
Binary 10000100 101001 110011 0 1000101 111101 110000 101100001 110101 100010

Color Harmonies of #842933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842933

Black with #842933

Text Example


Text Example

White with #842933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842933; }

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

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

background-color css

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

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

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

border-color css

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

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

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