Html Css Color HEX #832137 Shiraz

📋 copy color: '#832137'

red 131 ◦ green 33 ◦ blue 55

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

Shades of Shiraz #832137

Tints of Shiraz #832137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

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

R = 59.82%
G = 15.07%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#832137 (or 0x832137) is known color: Shiraz. HEX triplet: 83, 21 and 37. RGB value is (131,33,55). Sum of RGB (Red+Green+Blue) = 131+33+55=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #832137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832137 is #7CDEC8. Grayscale: #404040. Windows color (decimal): -8183497 or 3613059. OLE color: 3613059.

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

Color convert

RGB 131 33 55 -
CMYK 0 0.75 0.58 0.49
HSL 346.53º 0.6% 0.32% -
HSV(B) 346.53º 0.75% 0.51% -
XYZ 10.59 6.19 4.25 -
YUV 64.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 131 33 55 0 0.75 0.58 0.49 346.53 0.6 0.32
Hex 83 21 37 0 4B 3A 31 15B 3C 20
Octal 203 41 67 0 113 72 61 533 74 40
Binary 10000011 100001 110111 0 1001011 111010 110001 101011011 111100 100000

Color Harmonies of #832137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832137

Black with #832137

Text Example


Text Example

White with #832137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832137; }

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

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

background-color css

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

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

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

border-color css

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

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

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