Html Css Color HEX #832732 Shiraz

📋 copy color: '#832732'

red 131 ◦ green 39 ◦ blue 50

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

Shades of Shiraz #832732

Tints of Shiraz #832732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 59.55%
G = 17.73%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#832732 (or 0x832732) is known color: Shiraz. HEX triplet: 83, 27 and 32. RGB value is (131,39,50). Sum of RGB (Red+Green+Blue) = 131+39+50=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #832732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832732 is #7CD8CD. Grayscale: #434343. Windows color (decimal): -8181966 or 3286915. OLE color: 3286915.

HSL color Cylindrical-coordinate representation of color #832732: hue angle of 352.83º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832732 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 50 -
CMYK 0 0.70 0.62 0.49
HSL 352.83º 0.54% 0.33% -
HSV(B) 352.83º 0.7% 0.51% -
XYZ 10.66 6.51 3.71 -
YUV 67.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 131 39 50 0 0.70 0.62 0.49 352.83 0.54 0.33
Hex 83 27 32 0 46 3E 31 161 36 21
Octal 203 47 62 0 106 76 61 541 66 41
Binary 10000011 100111 110010 0 1000110 111110 110001 101100001 110110 100001

Color Harmonies of #832732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832732

Black with #832732

Text Example


Text Example

White with #832732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832732; }

 p { color: rgb(131,39,50); }

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

background-color css

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

 a { background-color: rgb(131,39,50); }

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

border-color css

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

 span { border-color: rgb(131,39,50); }

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