Html Css Color HEX #832937 Shiraz

📋 copy color: '#832937'

red 131 ◦ green 41 ◦ blue 55

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

Shades of Shiraz #832937

Tints of Shiraz #832937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 57.71%
G = 18.06%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#832937 (or 0x832937) is known color: Shiraz. HEX triplet: 83, 29 and 37. RGB value is (131,41,55). Sum of RGB (Red+Green+Blue) = 131+41+55=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #832937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832937 is #7CD6C8. Grayscale: #454545. Windows color (decimal): -8181449 or 3615107. OLE color: 3615107.

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

Color convert

RGB 131 41 55 -
CMYK 0 0.69 0.58 0.49
HSL 350.67º 0.52% 0.34% -
HSV(B) 350.67º 0.69% 0.51% -
XYZ 10.84 6.69 4.33 -
YUV 69.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 131 41 55 0 0.69 0.58 0.49 350.67 0.52 0.34
Hex 83 29 37 0 45 3A 31 15F 34 22
Octal 203 51 67 0 105 72 61 537 64 42
Binary 10000011 101001 110111 0 1000101 111010 110001 101011111 110100 100010

Color Harmonies of #832937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832937

Black with #832937

Text Example


Text Example

White with #832937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832937; }

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

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

background-color css

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

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

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

border-color css

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

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

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