Html Css Color HEX #842035 Shiraz

📋 copy color: '#842035'

red 132 ◦ green 32 ◦ blue 53

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

Shades of Shiraz #842035

Tints of Shiraz #842035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.42%

R = 60.83%
G = 14.75%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#842035 (or 0x842035) is known color: Shiraz. HEX triplet: 84, 20 and 35. RGB value is (132,32,53). Sum of RGB (Red+Green+Blue) = 132+32+53=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #842035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842035 is #7BDFCA. Grayscale: #404040. Windows color (decimal): -8118219 or 3481732. OLE color: 3481732.

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

Color convert

RGB 132 32 53 -
CMYK 0 0.76 0.60 0.48
HSL 347.4º 0.61% 0.32% -
HSV(B) 347.4º 0.76% 0.52% -
XYZ 10.67 6.2 4 -
YUV 64.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 132 32 53 0 0.76 0.60 0.48 347.4 0.61 0.32
Hex 84 20 35 0 4C 3C 30 15B 3D 20
Octal 204 40 65 0 114 74 60 533 75 40
Binary 10000100 100000 110101 0 1001100 111100 110000 101011011 111101 100000

Color Harmonies of #842035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842035

Black with #842035

Text Example


Text Example

White with #842035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842035; }

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

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

background-color css

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

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

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

border-color css

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

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

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