Html Css Color HEX #832332 Shiraz

📋 copy color: '#832332'

red 131 ◦ green 35 ◦ blue 50

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

Shades of Shiraz #832332

Tints of Shiraz #832332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 60.65%
G = 16.2%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#832332 (or 0x832332) is known color: Shiraz. HEX triplet: 83, 23 and 32. RGB value is (131,35,50). Sum of RGB (Red+Green+Blue) = 131+35+50=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #832332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832332 is #7CDCCD. Grayscale: #414141. Windows color (decimal): -8182990 or 3285891. OLE color: 3285891.

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

Color convert

RGB 131 35 50 -
CMYK 0 0.73 0.62 0.49
HSL 350.63º 0.58% 0.33% -
HSV(B) 350.63º 0.73% 0.51% -
XYZ 10.54 6.26 3.67 -
YUV 65.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 131 35 50 0 0.73 0.62 0.49 350.63 0.58 0.33
Hex 83 23 32 0 49 3E 31 15F 3A 21
Octal 203 43 62 0 111 76 61 537 72 41
Binary 10000011 100011 110010 0 1001001 111110 110001 101011111 111010 100001

Color Harmonies of #832332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832332

Black with #832332

Text Example


Text Example

White with #832332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832332; }

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

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

background-color css

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

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

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

border-color css

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

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

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