Html Css Color HEX #842833 Shiraz

📋 copy color: '#842833'

red 132 ◦ green 40 ◦ blue 51

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

Shades of Shiraz #842833

Tints of Shiraz #842833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

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

R = 59.19%
G = 17.94%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#842833 (or 0x842833) is known color: Shiraz. HEX triplet: 84, 28 and 33. RGB value is (132,40,51). Sum of RGB (Red+Green+Blue) = 132+40+51=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #842833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842833 is #7BD7CC. Grayscale: #444444. Windows color (decimal): -8116173 or 3352708. OLE color: 3352708.

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

Color convert

RGB 132 40 51 -
CMYK 0 0.70 0.61 0.48
HSL 352.83º 0.53% 0.34% -
HSV(B) 352.83º 0.7% 0.52% -
XYZ 10.87 6.66 3.84 -
YUV 68.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 132 40 51 0 0.70 0.61 0.48 352.83 0.53 0.34
Hex 84 28 33 0 46 3D 30 161 35 22
Octal 204 50 63 0 106 75 60 541 65 42
Binary 10000100 101000 110011 0 1000110 111101 110000 101100001 110101 100010

Color Harmonies of #842833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842833

Black with #842833

Text Example


Text Example

White with #842833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842833; }

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

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

background-color css

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

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

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

border-color css

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

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

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