Html Css Color HEX #832737 Shiraz

📋 copy color: '#832737'

red 131 ◦ green 39 ◦ blue 55

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

Shades of Shiraz #832737

Tints of Shiraz #832737

RGB

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

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

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

R = 58.22%
G = 17.33%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#832737 (or 0x832737) is known color: Shiraz. HEX triplet: 83, 27 and 37. RGB value is (131,39,55). Sum of RGB (Red+Green+Blue) = 131+39+55=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #832737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832737 is #7CD8C8. Grayscale: #444444. Windows color (decimal): -8181961 or 3614595. OLE color: 3614595.

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

Color convert

RGB 131 39 55 -
CMYK 0 0.70 0.58 0.49
HSL 349.57º 0.54% 0.33% -
HSV(B) 349.57º 0.7% 0.51% -
XYZ 10.78 6.55 4.31 -
YUV 68.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 131 39 55 0 0.70 0.58 0.49 349.57 0.54 0.33
Hex 83 27 37 0 46 3A 31 15E 36 21
Octal 203 47 67 0 106 72 61 536 66 41
Binary 10000011 100111 110111 0 1000110 111010 110001 101011110 110110 100001

Color Harmonies of #832737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832737

Black with #832737

Text Example


Text Example

White with #832737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832737; }

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

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

background-color css

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

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

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

border-color css

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

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

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