Html Css Color HEX #832237 Shiraz

📋 copy color: '#832237'

red 131 ◦ green 34 ◦ blue 55

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

Shades of Shiraz #832237

Tints of Shiraz #832237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

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

R = 59.55%
G = 15.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#832237 (or 0x832237) is known color: Shiraz. HEX triplet: 83, 22 and 37. RGB value is (131,34,55). Sum of RGB (Red+Green+Blue) = 131+34+55=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #832237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832237 is #7CDDC8. Grayscale: #414141. Windows color (decimal): -8183241 or 3613315. OLE color: 3613315.

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

Color convert

RGB 131 34 55 -
CMYK 0 0.74 0.58 0.49
HSL 347.01º 0.59% 0.32% -
HSV(B) 347.01º 0.74% 0.51% -
XYZ 10.62 6.25 4.26 -
YUV 65.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 131 34 55 0 0.74 0.58 0.49 347.01 0.59 0.32
Hex 83 22 37 0 4A 3A 31 15B 3B 20
Octal 203 42 67 0 112 72 61 533 73 40
Binary 10000011 100010 110111 0 1001010 111010 110001 101011011 111011 100000

Color Harmonies of #832237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832237

Black with #832237

Text Example


Text Example

White with #832237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832237; }

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

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

background-color css

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

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

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

border-color css

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

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

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