Html Css Color HEX #832035 Shiraz

📋 copy color: '#832035'

red 131 ◦ green 32 ◦ blue 53

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

Shades of Shiraz #832035

Tints of Shiraz #832035

RGB

 RED value IS 131 (51.56% from 255) = 60.65%

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

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

R = 60.65%
G = 14.81%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#832035 (or 0x832035) is known color: Shiraz. HEX triplet: 83, 20 and 35. RGB value is (131,32,53). Sum of RGB (Red+Green+Blue) = 131+32+53=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #832035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832035 is #7CDFCA. Grayscale: #404040. Windows color (decimal): -8183755 or 3481731. OLE color: 3481731.

HSL color Cylindrical-coordinate representation of color #832035: hue angle of 347.27º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832035 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 53 -
CMYK 0 0.76 0.60 0.49
HSL 347.27º 0.61% 0.32% -
HSV(B) 347.27º 0.76% 0.51% -
XYZ 10.52 6.12 3.99 -
YUV 64 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 131 32 53 0 0.76 0.60 0.49 347.27 0.61 0.32
Hex 83 20 35 0 4C 3C 31 15B 3D 20
Octal 203 40 65 0 114 74 61 533 75 40
Binary 10000011 100000 110101 0 1001100 111100 110001 101011011 111101 100000

Color Harmonies of #832035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832035

Black with #832035

Text Example


Text Example

White with #832035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832035; }

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

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

background-color css

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

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

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

border-color css

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

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

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