Html Css Color HEX #832037 Shiraz

📋 copy color: '#832037'

red 131 ◦ green 32 ◦ blue 55

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

Shades of Shiraz #832037

Tints of Shiraz #832037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.23%

R = 60.09%
G = 14.68%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#832037 (or 0x832037) is known color: Shiraz. HEX triplet: 83, 20 and 37. RGB value is (131,32,55). Sum of RGB (Red+Green+Blue) = 131+32+55=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #832037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832037 is #7CDFC8. Grayscale: #404040. Windows color (decimal): -8183753 or 3612803. OLE color: 3612803.

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

Color convert

RGB 131 32 55 -
CMYK 0 0.76 0.58 0.49
HSL 346.06º 0.61% 0.32% -
HSV(B) 346.06º 0.76% 0.51% -
XYZ 10.57 6.13 4.24 -
YUV 64.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 131 32 55 0 0.76 0.58 0.49 346.06 0.61 0.32
Hex 83 20 37 0 4C 3A 31 15A 3D 20
Octal 203 40 67 0 114 72 61 532 75 40
Binary 10000011 100000 110111 0 1001100 111010 110001 101011010 111101 100000

Color Harmonies of #832037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832037

Black with #832037

Text Example


Text Example

White with #832037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832037; }

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

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

background-color css

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

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

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

border-color css

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

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

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